slackbuilds_ponce/libraries/gnet
2010-05-19 02:36:16 -04:00
..
gnet.info libraries: nitpicks on ordering of .info file 2010-05-18 00:29:17 -05:00
gnet.SlackBuild libraries/gnet: Fixed for bash4. 2010-05-19 02:36:16 -04:00
README libraries/gnet: Updated for version 2.0.8 2010-05-13 00:29:36 +02:00
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