#include <rudp.h>
Data Fields | |
| int | socket |
| int | rttLast |
| int | rttAve |
| int | rttVary |
| int | timeOut |
| int | receiveCount |
| int | sendCount |
| int | resendCount |
| int | failCount |
| bits32 | lastId |
| int | maxRetries |
Definition at line 57 of file rudp.h.
| int rudp::socket |
Definition at line 61 of file rudp.h.
Referenced by getOurAck(), rudpClose(), rudpNew(), rudpOpen(), rudpOpenBound(), rudpReceiveTimeOut(), and rudpSend().
| int rudp::rttLast |
| int rudp::rttAve |
Definition at line 63 of file rudp.h.
Referenced by rudpAddRoundTripTime(), rudpCalcTimeOut(), and rudpPrintStatus().
| int rudp::rttVary |
Definition at line 64 of file rudp.h.
Referenced by rudpAddRoundTripTime(), rudpCalcTimeOut(), rudpNew(), and rudpPrintStatus().
| int rudp::timeOut |
Definition at line 65 of file rudp.h.
Referenced by getOurAck(), rudpAddRoundTripTime(), rudpNew(), rudpPrintStatus(), rudpSend(), rudpTest(), and rudpTimedOut().
| int rudp::sendCount |
| int rudp::failCount |
Definition at line 69 of file rudp.h.
Referenced by rudpPrintStatus(), rudpReceiveTimeOut(), and rudpSend().
| bits32 rudp::lastId |
| int rudp::maxRetries |
1.5.2