mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 13:24:09 -07:00
initial commit
This commit is contained in:
parent
a43c3fbf2e
commit
750352836f
165 changed files with 69374 additions and 5 deletions
|
@ -68,6 +68,7 @@
|
|||
#define ZT_PHY_SOCKFD_VALID(s) ((s) > -1)
|
||||
#define ZT_PHY_CLOSE_SOCKET(s) ::close(s)
|
||||
#define ZT_PHY_MAX_SOCKETS (FD_SETSIZE)
|
||||
#define ZT_PHY_MAX_INTERCEPTS (FD_SETSIZE)
|
||||
#define ZT_PHY_SOCKADDR_STORAGE_TYPE struct sockaddr_storage
|
||||
|
||||
#if defined(__linux__) || defined(linux) || defined(__LINUX__) || defined(__linux)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue