Changeset 20649 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Jun 17, 2009 6:24:02 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/tcp_subr.c
r20648 r20649 506 506 opt = 1; 507 507 setsockopt(s, SOL_SOCKET, SO_OOBINLINE,(char *)&opt, sizeof(int)); 508 #if 1508 #if 0 509 509 opt = 1; 510 510 setsockopt(s, IPPROTO_TCP, TCP_NODELAY,(char *)&opt, sizeof(int)); … … 628 628 tcp_tos(struct socket *so) 629 629 { 630 #ifndef VBOX_WITH_SLIRP_ALIAS631 630 int i = 0; 632 631 … … 641 640 i++; 642 641 } 643 #endif 642 644 643 return 0; 645 644 }
Note:
See TracChangeset
for help on using the changeset viewer.