代码搜索:如何学习 socket?
找到约 10,000 项符合「如何学习 socket?」的源代码
代码结果 10,000
www.eeworm.com/read/100035/15887661
txt socdemon.txt
Socket Demon
============
Introduction
------------
It isn't possible to patch *every* unix system you come across, and
sometimes an alternate method of re-entry is desirable. That's where
www.eeworm.com/read/290420/8483793
cpp setnonblock.cpp
#include "./setnonblock.h"
#ifdef WINDOWS
int setfd_nonblock(SOCKET socket)
{
unsigned long val = 1;
return ioctl(socket,FIONBIO,&val);
}
#else
#include
#include
int setf
www.eeworm.com/read/389341/8533088
c socklib.c
/*
* socklib.c
*
* This file contains functions used lots when writing internet
* client/server programs. The two main functions here are:
*
* make_server_socket( portnum ) returns a server soc
www.eeworm.com/read/287415/8686967
c socklib.c
/*
* socklib.c
*
* This file contains functions used lots when writing internet
* client/server programs. The two main functions here are:
*
* make_server_socket( portnum ) returns a server soc
www.eeworm.com/read/287415/8687085
c socklib.c
/*
* socklib.c
*
* This file contains functions used lots when writing internet
* client/server programs. The two main functions here are:
*
* make_server_socket( portnum ) returns a server soc
www.eeworm.com/read/287415/8687285
c socklib.c
/*
* socklib.c
*
* This file contains functions used lots when writing internet
* client/server programs. The two main functions here are:
*
* make_server_socket( portnum ) returns a server soc
www.eeworm.com/read/186080/8961030
c setsndrcv.c
/* setsndrcv.c:
*
* Set SO_SNDBUF & SO_RCVBUF Options :
*/
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/186080/8961034
c gettype.c
/* gettype.c:
*
* Get SO_TYPE Option :
*/
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/283560/9006982
c extl_tcp.c
/*
eXosip - This is the eXtended osip library.
Copyright (C) 2002,2003,2004,2005,2006,2007 Aymeric MOIZARD - jack@atosc.org
eXosip is free software; you can redistribute it and/or modify