Removing remaining comments. Looks fine.

This commit is contained in:
Robin Sommer 2012-03-23 16:40:14 -07:00
parent c765f43fe3
commit 4321f635ac
10 changed files with 9 additions and 75 deletions

View file

@ -33,10 +33,6 @@ FragReassembler::FragReassembler(NetSessions* arg_s,
s = arg_s;
key = k;
// [Robin] Can't we merge these two cases now?
// [Jon] I think we'll always have to check v4 versus v6 to get the correct
// proto_hdr_len unless IP_Hdr::HdrLen itself makes a special case for
// IPv6 fragments (but that seems more confusing to me)
const struct ip* ip4 = ip->IP4_Hdr();
if ( ip4 )
{