Linux 超級守護進程 xinetd

.建立套接字:socket() dom

  1. /* Create a new socket of type TYPE in domain DOMAIN, using
  2.    protocol PROTOCOL.  If PROTOCOL is zero, one is chosen automatically.
  3.    Returns a file descriptor for the new socket, or -1 for errors.  */
  4. extern int socket (int __domain, int __type, int __protocol) __THROW; 

 

size_t strlen(const char *) 源代碼分析socket

http://blog.csdn.net/astrotycoon/article/details/8124359.net

相關文章
相關標籤/搜索