slackbuilds_ponce/libraries/gnet
David Somero 538fbdc0ff libraries/gnet: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
2010-06-04 01:06:44 -04:00
..
gnet.info
gnet.SlackBuild libraries/gnet: Misc automated cleanups. 2010-06-04 01:06:44 -04:00
README
slack-desc

Gnet is a simple network library.

It is written in C, object-oriented, and built upon GLib.
It is intended to be small, fast, easy-to-use, and easy to port.

GNet Features:
    * TCP "client" and "server" sockets
    * UDP and IP Multicast sockets
    * High-level TCP connection and server objects
    * Asynchronous socket IO
    * Internet address abstraction
    * Asynchronous DNS lookup
    * IPv4 and IPv6 support
    * Byte packing and unpacking
    * URI parsing
    * SHA and MD5 hashes
    * Base64 encoding and decoding
    * SOCKS support