VirtualBox

Changeset 20472 in vbox for trunk/src


Ignore:
Timestamp:
Jun 11, 2009 5:26:29 AM (16 years ago)
Author:
vboxsync
Message:

NAT: tcp_nodelay off

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/tcp_subr.c

    r20379 r20472  
    506506    opt = 1;
    507507    setsockopt(s, SOL_SOCKET, SO_OOBINLINE,(char *)&opt, sizeof(int));
     508#if 0
    508509    opt = 1;
    509510    setsockopt(s, IPPROTO_TCP, TCP_NODELAY,(char *)&opt, sizeof(int));
     511#endif
    510512
    511513    optlen = sizeof(int);
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