This switch case calls tcp_drop , which checks the state of the socket.
此切换实例调用tcp _ drop以检查套接字的状态。
The switch case in the tcp_usrreq function checks for the binding of a local port with the socket.
tcp_usrreq函数中的切换实例检查套接字与本地端口的绑定。
The switch case for PRU_DETACH calls tcp_disconnect to check if a connection state is ESTABLISHED.
PRU_DETACH的切换实例调用tcp _ disconnect,以检查连接状态是否为ESTABLISHED。
应用推荐