Make TCP optional, rename port constant.
This commit is contained in:
parent
73c1d43f2f
commit
181369964f
4 changed files with 21 additions and 12 deletions
|
@ -114,9 +114,9 @@ error_no_byte_order_defined;
|
|||
#define ZT_ADDRESS_RESERVED_PREFIX 0xff
|
||||
|
||||
/**
|
||||
* Default local port for ZeroTier traffic
|
||||
* Default local port for ZeroTier UDP traffic
|
||||
*/
|
||||
#define ZT_DEFAULT_PORT 9993
|
||||
#define ZT_DEFAULT_UDP_PORT 9993
|
||||
|
||||
/**
|
||||
* Default payload MTU for UDP packets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue