login
Header Space

 
 

What does SOCK_ZAPPED mean?

June 13, 2008 - 12:38am
Submitted by Eus on June 13, 2008 - 12:38am.
Linux

SOCK_ZAPPED, which is defined in include/net/sock.h, is a status flag of a socket (struct sock) to indicate that the socket has a name assigned to it already (i.e., the socket is bound with bind()).

Archive: Linux Kernel's Networking Part (Networking Socket)

speck-geostationary