Issues Show Unassigned Show All Search
Login Remember me? Register Lost your login?
Help Roundup docs
tcp_connect_oncpu() first looks up the inpcb in the hash list then adds it if it is not already there. So if it is on the hash list when the os panics, could it mean that it was inserted by another thread after the failed look up?