Re: New TCP sequence number generation algorithm; review needed

2001-06-09 Thread Terry Lambert
Ruslan Ermilov wrote: > > On Fri, Jun 08, 2001 at 02:51:42AM -0700, Terry Lambert wrote: > [...] > > > > 6)This adds per-connection state, which is evil > > when you want a lot of connections: the way to > > get a lot of connections is to remove as much > > per-connection st

Re: New TCP sequence number generation algorithm; review needed

2001-06-09 Thread Terry Lambert
Mike Silbersack wrote: > > On Fri, 8 Jun 2001, Don Lewis wrote: > > > Why not combine the two schemes and feed the random > > per-host data from the cloned route entry into the > > RFC1948 algorithm? This doesn't solve Terry's objection, > > though. > > That thought had occured to me, but I'm

RE: mpd netgraph bridge

2001-06-09 Thread Peter Blok
Hi Archie, Let me explain a little bit more. I use mpd-netgraph to establish a PPTP session to my ADSL provider. When the session is available, ng0 has the public IP address associated with it. ifconfig ng0 shows: public IP -> some IP All the traffic on the public IP address needs to

Re: New TCP sequence number generation algorithm; review needed

2001-06-09 Thread Ruslan Ermilov
On Fri, Jun 08, 2001 at 09:37:15AM -0500, Mike Silbersack wrote: > > On Fri, 8 Jun 2001, Terry Lambert wrote: > > > OK, I read the code. Not to poop the party, but off the top > > of my head, I have several major objections: > > > > 1) You stole the space reserved for the cache status > >

Re: New TCP sequence number generation algorithm; review needed

2001-06-09 Thread Ruslan Ermilov
On Fri, Jun 08, 2001 at 02:51:42AM -0700, Terry Lambert wrote: [...] > > 6)This adds per-connection state, which is evil > when you want a lot of connections: the way to > get a lot of connections is to remove as much > per-connection state as possible, which in turn >