Re: Randomized IP ID patch

2001-05-31 Thread Kris Kennaway
On Fri, Jun 01, 2001 at 01:25:29AM +0200, Jesper Skriver wrote: > On Sat, May 26, 2001 at 12:38:15AM -0700, Kris Kennaway wrote: > > Actually, this patch was broken; the updated one is at: > > > > http://www.freebsd.org/~kris/randomized-ipid.diff > > Looks good to me, will you commit before yo

Re: Randomized IP ID patch

2001-05-31 Thread Jesper Skriver
On Sat, May 26, 2001 at 12:38:15AM -0700, Kris Kennaway wrote: > Actually, this patch was broken; the updated one is at: > > http://www.freebsd.org/~kris/randomized-ipid.diff Looks good to me, will you commit before your vacation ? /Jesper -- Jesper Skriver, jesper(at)skriver(dot)dk - CCI

Re: Randomized IP ID patch

2001-05-26 Thread Kris Kennaway
On Sat, May 26, 2001 at 12:16:02AM -0700, Dima Dorfman wrote: > If it makes sense to be able to switch it on and off at run-time > (e.g., it may make sense to, say, use it to compare resposne from > something), you can make the sysctl conditional on the compile-time > option. If Alfred just want

Re: Randomized IP ID patch

2001-05-26 Thread Kris Kennaway
Actually, this patch was broken; the updated one is at: http://www.freebsd.org/~kris/randomized-ipid.diff Kris PGP signature

Re: Randomized IP ID patch

2001-05-25 Thread Dima Dorfman
Kris Kennaway <[EMAIL PROTECTED]> writes: > On Sat, May 26, 2001 at 02:46:44AM -0400, Alfred Perlstein wrote: > > * Kris Kennaway <[EMAIL PROTECTED]> [010526 02:38] wrote: > > > A while back I posted a version of this which was activated by sysctl, > > > but people didn't like the per-packet perfo

Re: Randomized IP ID patch

2001-05-25 Thread Kris Kennaway
On Sat, May 26, 2001 at 02:46:44AM -0400, Alfred Perlstein wrote: > * Kris Kennaway <[EMAIL PROTECTED]> [010526 02:38] wrote: > > A while back I posted a version of this which was activated by sysctl, > > but people didn't like the per-packet performance overhead, so here's > > an updated version

Re: Randomized IP ID patch

2001-05-25 Thread Alfred Perlstein
* Kris Kennaway <[EMAIL PROTECTED]> [010526 02:38] wrote: > A while back I posted a version of this which was activated by sysctl, > but people didn't like the per-packet performance overhead, so here's > an updated version which uses a compile-time option. Please review; > I'd like to commit thi

Randomized IP ID patch

2001-05-25 Thread Kris Kennaway
A while back I posted a version of this which was activated by sysctl, but people didn't like the per-packet performance overhead, so here's an updated version which uses a compile-time option. Please review; I'd like to commit this soon. Kris Index: conf/files =