VirtualBox

Changeset 44757 in vbox for trunk


Ignore:
Timestamp:
Feb 20, 2013 8:52:13 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83863
Message:

Runtime: TCP pseudo header checksum fix for IPv6 (#4796)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/checksum/ipv6.cpp

    r28800 r44757  
    6161                    + RT_H2BE_U16(RT_LOWORD(cbPkt))
    6262                    + 0
    63                     + RT_H2BE_U16(RT_MAKE_U16(0, bProtocol));
     63                    + RT_H2BE_U16(RT_MAKE_U16(bProtocol, 0));
    6464    return u32Sum;
    6565}
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