代码搜索:如何学习 socket?
找到约 10,000 项符合「如何学习 socket?」的源代码
代码结果 10,000
www.eeworm.com/read/278507/10531959
c tisfdtype.c
#include "unp.h"
main()
{
int tcpsock, udpsock;
printf("stdin: %d\n", Isfdtype(STDIN_FILENO, S_IFSOCK));
printf("stdout: %d\n", Isfdtype(STDOUT_FILENO, S_IFSOCK));
printf("stderr: %d\n", Isfdtyp
www.eeworm.com/read/350890/10701708
h sockio.h
//-< SOCKIO.H >------------------------------------------------------*--------*
// FastDB Version 1.0 (c) 1999 GARRET * ? *
// (Main Memory Database Management Syst
www.eeworm.com/read/419588/10857570
h apr_network_io.h
/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except
www.eeworm.com/read/457838/7317186
c tinymain.c
#include
#include
#include
#include "tinytcp.h"
#include "include.h"
WORD test_application( void );
WORD test_dataHandler( tcp_Socket *s, BYTE *dp, WORD len );
void s
www.eeworm.com/read/447189/7556774
c tcp_chat_cli.c
#include
#include
#include
#include
#include
#include
/*
主线程负责接收服务器消息,子线程负责读键盘
同时监控输入和socket进行处理
*/
www.eeworm.com/read/446760/7565503
txt readme.txt
TestServer server的启动类
Server_frame server的界面类
Server_socket server等待客户连接的线程
Client_socket server处理与客户交互的线程
History server用于存储聊天信息的工具类
Client_test 客户的启动类
Client 客户的交互类
www.eeworm.com/read/146299/12660606
h sockio.h
//-< SOCKIO.H >------------------------------------------------------*--------*
// SAL Version 1.0 (c) 1997 GARRET * ? *
// (System Abstraction Layer)
www.eeworm.com/read/243369/12946026
h sockio.h
//-< SOCKIO.H >------------------------------------------------------*--------*
// FastDB Version 1.0 (c) 1999 GARRET * ? *
// (Main Memory Database Management Syst
www.eeworm.com/read/241920/13109628
h bufio.h
#ifndef BUFIO_H
#define BUFIO_H
#include "def.h"
#include
#ifdef WINDOWS
#include
#endif
#include "btconfig.h"
#define BUF_DEF_SIZ 256
#define BUF_INC_SIZ 256
#
www.eeworm.com/read/240158/13234489
3 curl_multi_setopt.3
.\" $Id: curl_multi_setopt.3,v 1.3 2006-07-26 22:19:42 bagder Exp $
.\"
.TH curl_multi_setopt 3 "8 Jan 2006" "libcurl 7.16.0" "libcurl Manual"
.SH NAME
curl_multi_setopt \- set options for a curl mult