Download List

项目描述

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.

系统要求

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

一个错误,并与非阻塞连接已修复的问题。
A number of bugs and issues with non-blocking connect have been fixed.

2010-08-03 06:39
0.3.7

该代码已被更新为现代的编译器。
The code has been updated for modern compilers.

2006-10-15 17:35
0.3.6

该班被重构,以使数据报套接字更理智的执行情况。数据报套接字绑定到本地地址和端口已得到执行。在IPv6的代码的可移植性得到了改进,所以现在正常在Win32。
标签: 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

此版本修正两个重要的漏洞,造成记忆体错误,有时甚至崩溃。
标签: Minor bugfixes
This release fixes two important bugs which caused memory errors and
sometimes crashes.

2005-07-07 02:31
0.3.4

在Windows平台上的几个错误已得到修复。这种虚拟职能得到了清理效率和摆脱近期的警告的C + +编译器。
标签: 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