BALTECH Docs |
C API for BALTECH SDK
|
#define BRP_DEFAULT_TCPIP_ROUNDTRIP_TIMEOUT 1500 |
This is the default time that will be assumed as worst case for a single roundtrip.
It will be added to every brp_recv_*() - timeout. This is necessary as network connection may be slow and thus cause some extra network specific (command independant) extra timeout.
Furthermore brp_open() will stop if after this timeout no response was received.
This value can be varied via brp_set_tcpip_roundtrip_timeout().
Definition at line 85 of file tcpip_protocol.h.