1
1

Merge pull request #6409 from dmitrygladkov/topic/btl/tcp

btl/tcp: Fix copy-paste misprint
Этот коммит содержится в:
Jeff Squyres 2019-02-20 12:12:18 -05:00 коммит произвёл GitHub
родитель 8d12bb25c2 9920da4992
Коммит 170d5d119e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

Просмотреть файл

@ -266,7 +266,7 @@ static int mca_btl_tcp_component_register(void)
"The size of the receive buffer socket option for each connection. "
"Modern TCP stacks generally are smarter than a fixed size and in some "
"situations setting a buffer size explicitly can actually lower "
"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 "
"size.",
0, OPAL_INFO_LVL_4, &mca_btl_tcp_component.tcp_rcvbuf);
mca_btl_tcp_param_register_int ("endpoint_cache",