gnqs/net/
=========

	The code in the directories below provide network support over a
	variety of transport layers, and encapsulated within other
	application-layer protocols.

	net-all/			Generic network layer code
	net-ftp/			Encapsulation within FTP protocol
	net-gipp/			Encoding using GIPP v1
	net-http/			Encapsulation within HTTP protocol
	net-ssl/			Encapsulation using SSL
	net-tcp/			Comms using TCP transport layer
	net-udp/			Comms using UDP transport layer
	net-udom/			Comms using UNIX domain stream

	These can be chained together in any order you want, although the
	results may not be usable at the end of it ;-)
