Subject: Re: if_spp.h
To: None <tech-net@netbsd.org>
From: Christoph Badura <bad@oreilly.de>
List: tech-net
Date: 07/07/1999 21:07:33
darrenr@reed.wattle.id.au (Darren Reed) writes:
>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 ?

No, they are PPP sequence numbers.

-- 
Christoph Badura					www.netbsd.org

	Anything that can be done in O(N) can be done in O(N^2).
	-- Ralf Schuettau (after looking at a particular piece of code)