Skip to content

Commit

Permalink
proto_tcp: fix "microsec" -> "millisec" doc typo
Browse files Browse the repository at this point in the history
(cherry picked from commit 0e80ba3)
  • Loading branch information
liviuchircu committed Apr 21, 2015
1 parent 5a0552e commit 4138759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion net/proto_tcp/README
Expand Up @@ -190,7 +190,7 @@ modparam("proto_tcp", "tcp_async_local_connect_timeout", 200)
1.3.9. tcp_async_local_write_timeout (integer)

If tcp_async is enabled, this specifies the number of
microseconds that a write op will be tried in blocking mode
milliseconds that a write op will be tried in blocking mode
(optimization). If the write operation lasts more than this,
the write will go to async mode and will be passed to TCP MAIN
for polling.
Expand Down
2 changes: 1 addition & 1 deletion net/proto_tcp/doc/proto_tcp_admin.xml
Expand Up @@ -239,7 +239,7 @@ modparam("proto_tcp", "tcp_async_local_connect_timeout", 200)
<title><varname>tcp_async_local_write_timeout</varname> (integer)</title>
<para>
If <emphasis>tcp_async</emphasis> is enabled, this specifies the
number of microseconds that a write op will be tried in blocking
number of milliseconds that a write op will be tried in blocking
mode (optimization). If the write operation lasts more than this,
the write will go to async mode and will be passed to TCP MAIN for
polling.
Expand Down

0 comments on commit 4138759

Please sign in to comment.