hselasky added a comment.

See comments added.

INLINE COMMENTS
  sys/netinet/ip_output.c:129 Because the variable is later on compared to the 
"mtu" which is also an "int". Else you will get a compile warning about signed 
comparison mismatch. Same goes for other location where "int" is used.
  sys/netinet/tcp_lro.c:233 This is a dummy value which should not be used in 
the new LRO implementation. 65535 is chosen to make the packet drop as invalid 
in case some code that is not updated, if any, decides to check the "p_len" 
with "m_pkthdr.len".

REVISION DETAIL
  https://reviews.freebsd.org/D1761

To: hselasky, rmacklem, rrs, glebius, gnn, emaste, imp, adrian, bz, rwatson
Cc: freebsd-net
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to