VirtualBox

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


Ignore:
Timestamp:
Nov 14, 2011 2:26:34 AM (13 years ago)
Author:
vboxsync
Message:

NAT: debug removes SS_NODEREF from condition preventing detailed dumping state of socket. In UDP case it's rather frequent situation,

File:
1 edited

Legend:

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

    r39102 r39285  
    267267        return RTStrFormat(pfnOutput, pvArgOutput, NULL, 0,
    268268                "socket is null");
    269     if (so->so_state == SS_NOFDREF || so->s == -1)
     269    if (so->s == -1)
    270270        return RTStrFormat(pfnOutput, pvArgOutput, NULL, 0,
    271                 "socket(%d) SS_NOFDREF", so->s);
     271                "socket(%d)", so->s);
    272272
    273273    status = getsockname(so->s, &addr, &socklen);
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