gnqs/proxy/
===========

	Under here, we have separate directories for code which supports
	communications between GNQS and either itself, or other systems.

	proxy-all/			Generic networking layer
	proxy-dqs3/			Comms w/ FSU DQS v3.x
	proxy-gnuq1/			Comms w/ GNU Queue v1.x
	proxy-int1/			Comms w/ nqsdaemon and local clients
	proxy-int2/			Comms w/ gnqsd and local clients
	proxy-nqs1/			Comms w/ NQS Network Protocol v1
	proxy-nqs2/			Comms w/ NQS Network Protocol v2
	proxy-pbs/			Comms w/ NASA PBS

	The code here relies on the low-level network routines in ../net/ to
	actually communicate over the network.

	The code here relies on the IPC routines in ../ipc/ to actually
	communicate with the other parts of the GNQS daemon gnqsd.
