> - bzero(ip, sizeof(struct ip)); /* XXX overkill? */ > + bzero(ip, sizeof(struct ip)); /* XXX overkill? */ I pointed this out the first time; the change looks unnecessary. You changed what were tabs to spaces. Unless there's a good reason, it looks unnecessary. Other than that, looks fine at this end! Cheers, -- Bosko Milekic [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message
- tcp template removal / scalability patch Mike Silbersack
- Re: tcp template removal / scalability patch Mike Silbersack
- Re: tcp template removal / scalability patch Mike Silbersack
- Re: tcp template removal / scalability patch Jesper Skriver
- Re: tcp template removal / scalability patch Mike Silbersack
- Re: tcp template removal / scalability patch Jesper Skriver
- Re: tcp template removal / scalability patch Mike Silbersack
- Bosko Milekic