tcp_input() executes at the s/w interrupt, and picks up the SYN packet from ipintrq, processes it, and places the partially completed socket connection in an incomplete socket queue.
tcp_input()在s/w中断时执行,并从ipintrq 拾取SYN包,对其进行处理,并将部分完成的套接字连接放入完成的套接字队列。
tcp_input() executes at the s/w interrupt, and picks up the SYN packet from ipintrq, processes it, and places the partially completed socket connection in an incomplete socket queue.
tcp_input()在s/w中断时执行,并从ipintrq 拾取SYN包,对其进行处理,并将部分完成的套接字连接放入完成的套接字队列。
应用推荐