vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On Wed, Aug 31, 2005 at 12:51:27PM -0500, Bijoy Thomas wrote: > the three way handshake is over. But there is just so much code in > tcp_input() that I am having trouble locating what I need. Any help > would be greatly appreciated. the addition of the syn cache made things more complicated, but you want to check for syn_cache_get() and the call to in_pcbconnect(). -m |