CVSROOT: /cvs Module name: ports Changes by: [email protected] 2017/04/14 15:53:06
Modified files:
net/mtr : Makefile
net/mtr/patches: patch-net_c
Log message:
Fix mtr -u ipv6-target. mtr code says "sendto() assumes packet length
includes the IPv4 header but not the IPv6 header." Remove that
assumption and always include the IPv6 header length in the total
packet size.
ok sthen@
