
#include "gzDistBase.h"
Go to the source code of this file.
Classes | |
| class | gzDistTransportInterface |
| Remote distribution transport interface. More... | |
| class | gzDistTransportUDP |
| UDP transport class. More... | |
| class | gzDistTransportTCP |
| TCP transport class. More... | |
| class | gzDistTransportPipe |
| Named pipe transport class. More... | |
| class | gzDistSocketServer |
| Socket server base class. More... | |
Variables | |
| const gzULong | GZ_DIST_DEFAULT_SEND_SOCKET_BUFFER = 64 * 1024 - 1 |
| const gzULong | GZ_DIST_DEFAULT_RECV_SOCKET_BUFFER = 64 * 1024 - 1 |
Definition in file gzDistTransport.h.