summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-09-15 12:03:08 -0400
committerNick Mathewson <nickm@torproject.org>2017-09-15 12:03:08 -0400
commitfea2d84ce3eeba1d5ef07ece390a7677401a48d7 (patch)
tree4637516b7910df76882177211769718fd5e41877
parent0f4f40b70fe6ea16a43940f86db767e1a16a4f6e (diff)
downloadtor-fea2d84ce3eeba1d5ef07ece390a7677401a48d7.tar.gz
tor-fea2d84ce3eeba1d5ef07ece390a7677401a48d7.zip
wrap a wide comment
-rw-r--r--src/or/scheduler_kist.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/scheduler_kist.c b/src/or/scheduler_kist.c
index 913cb4dce6..54755cc40d 100644
--- a/src/or/scheduler_kist.c
+++ b/src/or/scheduler_kist.c
@@ -231,9 +231,9 @@ update_socket_info_impl, (socket_table_ent_t *ent))
ent->mss = tcp.tcpi_snd_mss;
/* In order to reduce outbound kernel queuing delays and thus improve Tor's
- * ability to prioritize circuits, KIST wants to set a socket write limit that
- * is near the amount that the socket would be able to immediately send into
- * the Internet.
+ * ability to prioritize circuits, KIST wants to set a socket write limit
+ * that is near the amount that the socket would be able to immediately send
+ * into the Internet.
*
* We first calculate how much the socket could send immediately (assuming
* completely full packets) according to the congestion window and the number