VirtualBox

Ignore:
Timestamp:
Dec 14, 2008 10:58:38 AM (16 years ago)
Author:
vboxsync
Message:

slirp: typo

File:
1 edited

Legend:

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

    r15450 r15458  
    849849    m->m_len = len - hlen + original_hlen;
    850850    ip->ip_len = m->m_len;
    851     ip->ip_p = IPPROTO_ICMP; /* the original package could ba whatever, but we're response via ICMP*/
     851    ip->ip_p = IPPROTO_ICMP; /* the original package could be whatever, but we're response via ICMP*/
    852852
    853853    icp = (struct icmp *)((char *)ip + (ip->ip_hl << 2));
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