diff options
author | Menno Duursma <druiloor@zonnet.nl> | 2010-05-11 20:00:47 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:00:47 +0200 |
commit | 89d66ec8ac6eae887552ae1c99f5907e7edd6a61 (patch) | |
tree | d91f2ed0de9e45fe671972052d19e100d4cb3045 /libraries/gnet/README | |
parent | cc3177257b826f8394cf6df36b2321431d57cbd0 (diff) |
libraries/gnet: Added to 12.0 repository
Diffstat (limited to 'libraries/gnet/README')
-rw-r--r-- | libraries/gnet/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libraries/gnet/README b/libraries/gnet/README new file mode 100644 index 000000000000..ff0ca13cb91e --- /dev/null +++ b/libraries/gnet/README @@ -0,0 +1,20 @@ +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 + +The official IRC channel of the GNet projects is #gnet on irc.gnome.org |