代码搜索:如何学习 socket?
找到约 10,000 项符合「如何学习 socket?」的源代码
代码结果 10,000
www.eeworm.com/read/399161/7885442
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/332647/12745508
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/241920/13109789
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/241361/13152223
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/241361/13152324
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/241361/13152503
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/138164/13256507
txt mysocket.cpp.txt
#include
#include
#include "mysocket.h"
MySocket::MySocket()
{
address_family =AF_INET;
socket_type = SOCK_STREAM;
protocol_family = IPOTO_TCP;
port_number =MySOCKET_DEFAU
www.eeworm.com/read/323159/13348524
session anjuta.session
[Anjuta]
Maximized=1
Geometry=1024x694+0+25
[File Loader]
Files=file:///home/cxy/%E6%A1%8C%E9%9D%A2/aodv-uu-0.9.5_xie/socket_to_server.c#15%%%file:///home/cxy/%E6%A1%8C%E9%9D%A2/aodv-uu-0.9.5_xie/so
www.eeworm.com/read/322604/13373113
c server.c
/*++
Copyright 1996-1997 Microsoft Corporation
Module Name:
server.c
Abstract:
A command line app that establishes an authenticated connection
with a client.
Revision Histo
www.eeworm.com/read/306148/13751725
h ftpnet.h
#ifndef FTP_NET
#define FTP_NET
#include
#include
#include
#include
#include
#include
#include
#include