Subject: if_spp.h
To: None <tech-net@netbsd.org>
From: Darren Reed <darrenr@reed.wattle.id.au>
List: tech-net
Date: 07/08/1999 03:20:35
I noticed in /sys/net/if_sppp.h it has "u_long pp_seq" and
"u_long pp_rseq" for storing sequence numbers.  Are these
actually TCP sequence numbers, and if so, shouldn't they be
tcpseq rather than u_long ?