> state. The second packet causes the following events to occur
>
> - the sk is in TCP_LISTEN state but when we call tcp_v4_hnd_req it
> returns the same socket (since tcp_v4_search_req fails)
Open request is still on queue, so that it should return socket
created by the first ACK without additional lookup in hash table.
That's question... why does it fail yet? 8)
> I made a mistake in the previous posting. This thing is happening with
> 2.2.13
> for me (I havent tried 2.2.16 but is probably the same)
>
> Does that help ?
Seems, this is not essential. All 2.2 do this in one manner.
Alexey
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/