代码搜索:如何学习 socket?

找到约 10,000 项符合「如何学习 socket?」的源代码

代码结果 10,000
www.eeworm.com/read/318896/13467618

c udp_send.c

// The Rabbit sends periodic datagrams to a remote host. // A timer determines the time between datagrams. // This file and other embedded Ethernet and Internet code and resources are // availabl
www.eeworm.com/read/306148/13751722

c ftpcmd.c

#include #include #include #include #include #include #include #include #include #inclu
www.eeworm.com/read/137626/5823042

h ssl.h

/* $Id: ssl.h,v 1.21 2004/08/03 00:50:50 jonas Exp $ */ #ifndef EL__SSL_SSL_H #define EL__SSL_SSL_H #ifdef CONFIG_SSL #include "modules/module.h" #include "sched/connection.h" extern struct module
www.eeworm.com/read/481359/6639319

h btstream.h

#ifndef BTSTREAM_H #define BTSTREAM_H #include "./def.h" #include "./bufio.h" #ifdef WINDOWS #include #else #include #endif #include "rate.h" size_t get_nl(char *from); voi
www.eeworm.com/read/149193/12395769

h netagentsocket.h

/* 网络代理,SOCKET容器 存放连接到服务器和客户端的SOCKET */ #ifndef __NET_SOCKET_H_ #define __NET_SOCKET_H_ #include "afxsock.h" class CNetSocketContainer { public: CNetSocketContainer(SOCKET sC,SOCKET sS,
www.eeworm.com/read/130781/14174490

c dgsend.c

/********************************************************************* * dgsend.c - datagram sender * usage: dgsend hostname portnum "message" * action: sends message to hostnam
www.eeworm.com/read/123857/14608605

c udp_client.c

#include "../etcp.h" /* udp_client - set up a UDP client */ SOCKET udp_client( char *hname, char *sname, struct sockaddr_in *sap ) { SOCKET s; set_address( hname, sname, sap, "udp" ); s = socket
www.eeworm.com/read/121395/14757535

files

FILES Makefile NEWS TARGETS alloc.c alloc.h alloc_re.c auto-str.c buffer.c buffer.h buffer_2.c buffer_copy.c buffer_get.c buffer_put.c byte.h byte_chr.c byte_copy.c byte_cr.c byte_diff.c byte_zero.c c
www.eeworm.com/read/118495/14868549

h revname.h

/*** revname.h - public declarations related to reverse name resolution ***/ int rvnamedactive(); int killrvnamed(); void open_rvn_socket(int *fd); void close_rvn_socket(int fd); int revname(int *l
www.eeworm.com/read/219389/14883129

c input_network.c

/***************************************************************************** * network.c: functions to read from the network * Manages a socket. **************************************************