Subject: Re: CVS commit: src/sys/netinet To: Matt Thomas <matt@3am-software.com> From: Jeffrey Hsu <hsu@dragonflybsd.org> List: tech-net Date: 03/11/2005 11:03:40
> what do the adapters do for ip_id?
They increment it by one for each segment they generate.
In ip_newid(), you should check if you're doing TCP segmentation
and increment ip_id by howmany(ip->ip_len, m->m_pkthdr.segsz).
Jeffrey