This enables the SOCK_DESTROY feature for TCP sockets. When changing networks, this is needed to close all blocking calls on existing sockets and return ECONNABORTED and close the socket gracefully. The other end of the connection is sent a RST to notify this event. This feature was earlier implemented using IOCTL SIOCKILLADDR and called a custom function tcp_nuke_addr internally. This functionality will be deprecated going forward in favor of SOCK_DESTROY. CRs-Fixed: 1056029 Change-Id: Ibdba6c1a4fc4ce75d8ba1b6c61353ab6662e7914 Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org> |
||
---|---|---|
.. | ||
i386_defconfig | ||
x86_64_defconfig | ||
x86_64_um_defconfig |