VirtualBox

Changeset 53382 in vbox for trunk/src


Ignore:
Timestamp:
Nov 24, 2014 2:56:41 AM (10 years ago)
Author:
vboxsync
Message:

NAT: reorder NATState fields slightly so that ICMP related ones are grouped

File:
1 edited

Legend:

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

    r53310 r53382  
    178178    struct socket udb;
    179179    struct socket *udp_last_so;
    180     struct socket icmp_socket;
    181     struct icmp_storage icmp_msg_head;
     180
    182181# ifndef RT_OS_WINDOWS
    183182    /* counter of sockets needed for allocation enough room to
     
    198197#  define NSOCK_DEC_EX(ex) do {} while (0)
    199198# endif
     199
     200    struct socket icmp_socket;
     201    struct icmp_storage icmp_msg_head;
    200202    int cIcmpCacheSize;
    201203    int iIcmpCacheLimit;
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