mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-13 04:38:28 +00:00
Add new verb names, and fix some Mac compiler flags.
This commit is contained in:
@ -1105,19 +1105,12 @@ public:
|
||||
ERROR_UNWANTED_MULTICAST = 8
|
||||
};
|
||||
|
||||
/**
|
||||
* @param v Verb
|
||||
* @return String representation (e.g. HELLO, OK)
|
||||
*/
|
||||
#ifdef ZT_TRACE
|
||||
static const char *verbString(Verb v)
|
||||
throw();
|
||||
|
||||
/**
|
||||
* @param e Error code
|
||||
* @return String error name
|
||||
*/
|
||||
static const char *errorString(ErrorCode e)
|
||||
throw();
|
||||
#endif
|
||||
|
||||
template<unsigned int C2>
|
||||
Packet(const Buffer<C2> &b) :
|
||||
|
Reference in New Issue
Block a user