VirtualBox

Ignore:
Timestamp:
Mar 23, 2012 4:20:59 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
76984
Message:

NAT: verification that sockets always stay on right queues.

File:
1 edited

Legend:

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

    r40423 r40583  
    926926    QSOCKET_FOREACH(so, so_next, tcp)
    927927    /* { */
     928        Assert(so->so_type == IPPROTO_TCP);
    928929#if !defined(RT_OS_WINDOWS)
    929930        so->so_poll_index = -1;
     
    10121013    /* { */
    10131014
     1015        Assert(so->so_type == IPPROTO_UDP);
    10141016        STAM_COUNTER_INC(&pData->StatUDP);
    10151017#if !defined(RT_OS_WINDOWS)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette