GNet-2.0.4

Introduction to GNet

The GNet package contains a simple network library. This is useful for supporting TCP sockets, UDP and IP multicast, asynchronous DNS lookup, and more.

Package information

Installation of GNet

Install GNet by running the following commands:

./configure --prefix=/usr  &&
make &&
make install

Contents

The GNet package contains libgnet libraries.