TCP/IP Stack

waldeck at hk2.uwaterloo.ca waldeck at hk2.uwaterloo.ca
Sat Oct 22 10:09:09 UTC 2005


Hi,

I checked kFreeBSD for reasonable network fingerprints and found following difference to the corresponding FreeBSD kernel.

FreeBSD:  seq of icmp echo requests: (n - 1) ==> 0, 1, 2, ...

kFreeBSD: seq of icmp echo requests: (n - 1) * 256 ==> 0, 256, 512, ...

Is this different behavior intentional?

Markus




More information about the Glibc-bsd-devel mailing list