We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d12bb2 + 9920da4 commit 170d5d1Copy full SHA for 170d5d1
opal/mca/btl/tcp/btl_tcp_component.c
@@ -266,7 +266,7 @@ static int mca_btl_tcp_component_register(void)
266
"The size of the receive buffer socket option for each connection. "
267
"Modern TCP stacks generally are smarter than a fixed size and in some "
268
"situations setting a buffer size explicitly can actually lower "
269
- "performance. 0 means the tcp btl will not try to set a send buffer "
+ "performance. 0 means the tcp btl will not try to set a receive buffer "
270
"size.",
271
0, OPAL_INFO_LVL_4, &mca_btl_tcp_component.tcp_rcvbuf);
272
mca_btl_tcp_param_register_int ("endpoint_cache",
0 commit comments