VirtualBox

Changeset 20649 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Jun 17, 2009 6:24:02 AM (16 years ago)
Author:
vboxsync
Message:

NAT: Backed 48735

File:
1 edited

Legend:

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

    r20648 r20649  
    506506    opt = 1;
    507507    setsockopt(s, SOL_SOCKET, SO_OOBINLINE,(char *)&opt, sizeof(int));
    508 #if 1
     508#if 0
    509509    opt = 1;
    510510    setsockopt(s, IPPROTO_TCP, TCP_NODELAY,(char *)&opt, sizeof(int));
     
    628628tcp_tos(struct socket *so)
    629629{
    630 #ifndef VBOX_WITH_SLIRP_ALIAS
    631630    int i = 0;
    632631
     
    641640        i++;
    642641    }
    643 #endif
     642
    644643    return 0;
    645644}
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