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

GNet dependencies

Required

GLib-2.2.3

Installation of GNet

Install GNet by running the following commands:

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

Contents

The GNet package contains libgnet libraries.