 |
NetBurner 3.1
|
15 #define MTS_WHEN_NOTCONNECTED "Waiting for connection \r\n" 16 #define MTS_WHEN_CONNECTION_OPENED "New Connection Opened\r\n" 17 #define MTS_WHEN_CONNECTION_CLOSED "Connection Closed by Network \r\n" 18 #define MTS_WHEN_CONNECTION_TIMEDOUT "Connection Timed out and Closed\r\n" 19 #define MTS_WHEN_CONNECTION_OVERIDDEN "This Connection is being Overidden.\r\n" 21 #define MTN_WHEN_CONNECTION_OVERIDDEN "Your Connection was just Overidden\r\n" 22 #define MTN_WHEN_CONNECTION_OPENED "Connection Opened \r\n" 23 #define MTN_WHEN_CONNECTION_TIMEDOUT "Your Connection Timed out and will be Closed\r\n" 25 #define BUFFER_SIZE (1500) 26 #define CLIENT_WRITE_BUF_SIZE (256) 28 int DataPump(
int fd1,
int fd2,
int serverfd);