Télécharger la liste

Description du projet

skstream is a network transport library written in C++ using the iostream interface. It provides classes for handling TCP socket connections. It is derived from the FreeSockets library by Rafael Guterres Jeffman. Its primary use to the WorldForge project, who maintain this version, is as a transport for Atlas-C++, the standard Atlas protocol implementation.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-02-14 10:18
0.3.8

Un certain nombre de bugs et des problèmes avec les non-bloquant communiquer ont été fixés.
A number of bugs and issues with non-blocking connect have been fixed.

2010-08-03 06:39
0.3.7

Le code a été mis à jour pour les compilateurs modernes.
The code has been updated for modern compilers.

2006-10-15 17:35
0.3.6

Les classes ont été refondus pour rendre la mise en œuvre de sockets datagramme beaucoup plus sain d'esprit. Reliure sockets datagramme à une des adresses locales et les ports a été mis en œuvre. La portabilité du code IPv6 a été amélioré de sorte qu'il fonctionne maintenant correctement sur Win32.
Tags: Minor feature enhancements
The classes have been refactored to make the
implementation of datagram sockets much more sane.
Binding datagram sockets to a local addresses and
ports has been implemented. The portability of the
IPv6 code has been improved so it now works
correctly on Win32.

2005-09-17 15:36
0.3.5

Cette version corrige deux bugs importants qui ont causé des erreurs de mémoire et parfois se bloque.
Tags: Minor bugfixes
This release fixes two important bugs which caused memory errors and
sometimes crashes.

2005-07-07 02:31
0.3.4

Plusieurs bugs dans les plates-formes Windows ont été corrigés. Les fonctions virtuelles ont été nettoyés pour une efficacité et à se débarrasser des avertissements avec les récents compilateurs C + +.
Tags: Minor bugfixes
Several bugs in Windows platforms have been fixed. The virtual functions have been cleaned up for efficiency and to get rid of warnings with recent C++ compilers.

Project Resources