搜索资源列表
10.4
- API网络聊天工具,六个UDP和TCP发送接受的cpp文件,一个基于MFC的局域网聊天小工具工程,和此小工具的所有运行时库、资源和执行程序。代码的压缩包位置-windows socket Windows SDK、MFC、Socket winsock2.h Ws2_32.lib Ws2_32.dll
winsockchat
- I ve done alot of hard work to bring you an easy way to use winsock in your applications. This code is well commented. Shows how to use SOCKETS, winsock2.h and alot of other stuff. Connect, Listen, Send Data, Get data etc. I created a class to make
WinSock_manul
- This code is well commented. Shows how to use SOCKETS, winsock2.h and alot of other stuff. Connect, Listen, Send Data, Get data etc.
p2pC
- p2p网络广播,winsock2.0实现。分inject与peer两个主程序,别外包括头文件proto.h和exception主要用于区分消息内容和出错信息-p2p network broadcasting, winsock2.0 realize. Sub-inject with the two main peer, do not include header files proto.h and the exception is mainly used to distinguish betwee
miniproxy
- A mini proxy using Winsock2.h , using two sockets, one for allowing the listening on a port, the other for connecting with the client and sending.
client
- 服务器端口监听,实现端口的实时监听-#include <winsock2.h> #include <stdio.h> #include <stdlib.h> int TCount = 0 //MAX Thread numbers int ThreadNu
Socket
- Windows 网络编程实例 Socket #include <winsock2.h> // 为了使用Winsock API函数 #include <stdio.h> #include <windows.h> // 告诉连接器与WS2_32库连接 #pragma comment(lib,"WS2_32.lib")-Windows Socket network programming examples #include <
udp.c
- #include <Winsock2.h> #include <Ws2tcpip.h>-UDP socket receiver
linux
- C语言写的SOCKS5服务器,与WINDOWS同版 需要GCC编译,与我发布的WINDOWS版本同源,需要注意的是winsock2.h和inet.h的更替-C language SOCKS5 server, the use of GCC compiler, and I release the windows version of the difference between winsock2.h and inet.h