]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
wrap a wide comment
authorNick Mathewson <nickm@torproject.org>
Fri, 15 Sep 2017 16:03:08 +0000 (12:03 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 15 Sep 2017 16:03:08 +0000 (12:03 -0400)
src/or/scheduler_kist.c

index 913cb4dce6de22a04203243dd3b99a182a1e5d8a..54755cc40d2b726f382f1aca8154f37543a9b54f 100644 (file)
@@ -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