VirtualBox

Changeset 38044 in vbox


Ignore:
Timestamp:
Jul 19, 2011 4:52:49 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72985
Message:

NAT: FD_CONNECT exception in FD_OOB handler under NAT_CONNECT_EXPERIMENT umbrella (disabled by default).

File:
1 edited

Legend:

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

    r38043 r38044  
    11641164            &&  !CHECK_FD_SET(so, NetworkEvents, closefds)
    11651165#endif
     1166#ifdef NAT_CONNECT_EXPERIMENT
     1167# ifdef RT_OS_WINDOWS
     1168            /**
     1169             * In some cases FD_CONNECT comes with FD_OOB, that confuse tcp processing.
     1170             */
     1171            && !WIN_CHECK_FD_SET(so, NetworkEvents, connectfds)
     1172# endif
     1173#endif
    11661174        )
    11671175        {
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