VirtualBox

Ignore:
Timestamp:
Aug 20, 2018 2:35:42 PM (6 years ago)
Author:
vboxsync
Message:

NAT/Network: proxy_create_socket - don't treat the failure to set
TCP_NODELAY as fatal. It might affect performance but not the
semantic (unlike, say, failure to make a socket non-blocking).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/NAT/proxy.c

    r73747 r73788  
    374374        if (status < 0) {
    375375            DPRINTF(("TCP_NODELAY: %R[sockerr]\n", SOCKERRNO()));
    376             closesocket(s);
    377             return INVALID_SOCKET;
    378376        }
    379377    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette