VirtualBox

Changeset 34235 in vbox


Ignore:
Timestamp:
Nov 22, 2010 11:44:41 AM (14 years ago)
Author:
vboxsync
Message:

NAT: fine-tuning of r66315

File:
1 edited

Legend:

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

    r34209 r34235  
    12021202            /* mark the socket for termination _after_ it was drained */
    12031203            so->so_close = 1;
    1204             /* No idea about Windows but on Posix, POLLHUP means that we can't send more */
     1204            /* No idea about Windows but on Posix, POLLHUP means that we can't send more.
     1205             * Actually in the specific error scenario, POLLERR is set as well. */
    12051206#ifndef RT_OS_WINDOWS
    1206             sofcantsendmore(so);
     1207            if (CHECK_FD_SET(so, NetworkEvents, rderr))
     1208                sofcantsendmore(so);
    12071209#endif
    12081210            CONTINUE(tcp);
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