Home »
DLL's »
WinSock
WinSock 1.2.0.0
Posted by Hobbel
This DLL allows you to communicate from a server to multiple clients.
The part of the DLL that accepts incoming connections is threaded so your server does not freeze waiting for clients.
It also has threaded file transmission which allows you to send a file from server to client or from client to server without freezing your game.
Example screenshot:
Click here
Version 1.1.0.0
Buffering is a method which dramatically increases the speed of your communication.
Every time you send with the normal integer/string functions a new packet is sended.
Sending much packets decreases the speed because they contain much information which costs you bandwith.
When you send with buffering you have all the integers and strings grouped together.
This is how a buffer of this DLL looks like:
The buffer is created with the following code:
Sock_NewBuffer ();
Sock_BufferAddString ("String",6);
Sock_BufferAddInteger (300,4);
Sock_BufferAddDouble (12.12,8);
Subscribe Get notified on any change
Report bug Help to improve the quality of the DLL by reporting a bug
Using programs Programs or games using the DLL are shown here
Statistics The statistics of this DLL
|
Browser usage
 | Mozilla Firefox | 43.0% |  | Google Chrome | 30.0% |  | Microsoft Internet Explorer | 22.7% |  | Opera | 4.2% |  | Apple Safari | 0.1% |
|
Referers Pages linking to this page
Download (These download links cannot be linked to, because they expire, link to this page instead.
Download winsock.rar (637 downloads)
Download winsock.zip (811 downloads)