Introduction - If you have any usage issues, please Google them yourself
The file transfer system Socket (Socket), originally from UNIX, is the network communication interface developed by the university of California, Berkeley, UNIX operating system. With the wide use of the UNIX operating system, Socket has become one of the most popular network communication program interfaces.
Socket exists in its specific communication domain (address), only belongs to the same address socket to establish dialogue, Windows Sockets V1.0 currently only supports the domain (AF_INET), all the process of using the Internet protocol suite is applicable to the domain. Normally unless communication protocol support, only the same type of socket can transfer data to each other, Windows Sockets V1.1 version supports two main types of Sockets: streaming socket and a datagram socket, and there's a raw socket, but to ensure the compatibility of network applications, generally do not encourage the use of raw socket.
Packet : 1191286752005060417090430703.rar filelist
socket
socket\Client
socket\Client\Client.aps
socket\Client\Client.clw
socket\Client\Client.cpp
socket\Client\Client.dsp
socket\Client\Client.dsw
socket\Client\Client.h
socket\Client\Client.ncb
socket\Client\Client.opt
socket\Client\Client.plg
socket\Client\Client.rc
socket\Client\ClientDlg.cpp
socket\Client\ClientDlg.h
socket\Client\ClientSocket.cpp
socket\Client\ClientSocket.h
socket\Client\Debug
socket\Client\ReadMe.txt
socket\Client\res
socket\Client\res\Client.ico
socket\Client\res\Client.rc2
socket\Client\resource.h
socket\Client\StdAfx.cpp
socket\Client\StdAfx.h
socket\Server
socket\Server\Debug
socket\Server\ListenSocket.cpp
socket\Server\ListenSocket.h
socket\Server\ReadMe.txt
socket\Server\res
socket\Server\res\Server.ico
socket\Server\res\Server.rc2
socket\Server\resource.h
socket\Server\Server.aps
socket\Server\Server.clw
socket\Server\Server.cpp
socket\Server\Server.dsp
socket\Server\Server.dsw
socket\Server\Server.h
socket\Server\Server.ncb
socket\Server\Server.opt
socket\Server\Server.plg
socket\Server\Server.rc
socket\Server\ServerDlg.cpp
socket\Server\ServerDlg.h
socket\Server\ServerSocket.cpp
socket\Server\ServerSocket.h
socket\Server\StdAfx.cpp
socket\Server\StdAfx.h