Files
gem5/base
Nathan Binkert eaf66f4658 fix some bugs in the headers and fix checksumming.
base/inet.cc:
    we can't use a uint16_t for the intermediate checksum values
    since there may be some bits that carry.
    the length that is added in the pseudo header is the length of
    the tcp portion only.
base/inet.hh:
    silly me, the ip_hlen field is in terms of 4-byte words.
    when caclulating checksum, we're dealing with network byte order,
    so don't bother doing any byteswapping.

--HG--
extra : convert_revision : 993e3413e9febea0ba2fb6ba8bf04c053cca15ed
2004-10-01 19:48:33 -04:00
..
2004-08-02 15:42:25 -04:00
2003-10-07 10:41:54 -04:00
2003-10-20 21:38:32 -04:00
2003-10-07 10:41:54 -04:00
2003-10-07 10:41:54 -04:00
2004-07-22 21:31:35 -04:00
2004-05-04 12:23:57 -04:00
2004-05-04 12:23:57 -04:00