[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

5.2.1 Easysock (C)

A very easy and convenious library for those who don't need any fancy features for TCP connections. This library is part of GGZ and therefore always available. It has been merged into libggz, so all functions are prefixed with ggz_ now. See the documentation for libggz for more details.

Usage example:

@verbatim int fd;

fd = ggzdmod_get_seat(mod, 1).fd; ggz_write_int(fd, 0); ggz_write_string(fd, "Hello World.");



This document was generated by Abel Cheung on December, 2 2004 using texi2html