slackbuilds/libraries/gnet
B. Watson 7191698ceb libraries/gnet: Allow VERSION override from environment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2017-03-25 01:05:50 +00:00
..
README
gnet.SlackBuild libraries/gnet: Allow VERSION override from environment. 2017-03-25 01:05:50 +00:00
gnet.info
slack-desc libraries/gnet: Fix slack-desc. 2016-11-14 16:47:23 +07:00

README

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