You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-l <local addr>:<local port>: specify listen address and port
10
+
-r <remote addr>:<remote port>: specify remote address and port
11
+
-b <buf size>: specify session buffer size in bytes
12
+
-n: enable TCP no delay
13
+
-t: <num io threads>: specify number of I/O threads
14
+
5
15
## Theory of Operation
6
16
* 1 acceptor thread to accept incoming client connections.
7
17
* Pool of 1 to N I/O threads to handle read, write, and connect operations. Pool size is configurable with -t option. Client sessions assigned to I/O threads using round robin.
0 commit comments