1
1

oob_tcp: do not set KEEPALIVE on listening sockets

Этот коммит содержится в:
Jeff Squyres 2015-05-20 17:24:21 -04:00
родитель 32d81af35f
Коммит c95215dfc2

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

@ -11,7 +11,7 @@
* All rights reserved.
* Copyright (c) 2006-2013 Los Alamos National Security, LLC.
* All rights reserved.
* Copyright (c) 2009-2014 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2009-2015 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2011 Oak Ridge National Labs. All rights reserved.
* Copyright (c) 2013-2014 Intel, Inc. All rights reserved.
* Copyright (c) 2015 Research Organization for Information Science
@ -307,9 +307,6 @@ static int create_listen(void)
return ORTE_ERR_IN_ERRNO;
}
/* setup socket options */
orte_oob_tcp_set_socket_options(sd);
/* Enable/disable reusing ports */
if (orte_static_ports) {
flags = 1;
@ -566,10 +563,6 @@ static int create_listen6(void)
return ORTE_ERROR;
}
/* setup socket options */
orte_oob_tcp_set_socket_options(sd);
/* Enable/disable reusing ports */
if (orte_static_ports) {
flags = 1;