RPC infrastructure work in progress.

This commit is contained in:
Adam Ierymenko 2013-07-25 15:19:35 -04:00
parent 9cf734b74a
commit af8fcac0fc
7 changed files with 179 additions and 13 deletions

View file

@ -324,4 +324,9 @@ error_no_ZT_ARCH_defined;
*/
#define ZT_RENDEZVOUS_NAT_T_DELAY 500
/**
* Timeout for remote RPC calls
*/
#define ZT_RPC_TIMEOUT 10000
#endif