VirtualBox

Changeset 50134 in vbox


Ignore:
Timestamp:
Jan 21, 2014 5:34:45 AM (11 years ago)
Author:
vboxsync
Message:

ip_icmp.c: drops ICMP_MAXDATALEN, M_TRAILINGSPACE is used instead of it.

File:
1 edited

Legend:

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

    r50015 r50134  
    608608 */
    609609
    610 #define ICMP_MAXDATALEN (MSIZE - 28 - ETH_HLEN)
    611610void icmp_error(PNATState pData, struct mbuf *msrc, u_char type, u_char code, int minsize, const char *message)
    612611{
     
    780779    LogFlowFuncLeave();
    781780}
    782 #undef ICMP_MAXDATALEN
    783781
    784782/*
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