mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-11 20:01:56 +00:00
Increase ifname size to accomodate Windows (issue #1560)
This commit is contained in:
@ -145,7 +145,7 @@ private:
|
||||
ZT_PHY_SOCKFD_TYPE sock;
|
||||
void *uptr; // user-settable pointer
|
||||
ZT_PHY_SOCKADDR_STORAGE_TYPE saddr; // remote for TCP_OUT and TCP_IN, local for TCP_LISTEN, RAW, and UDP
|
||||
char ifname[32];
|
||||
char ifname[256 + 4];
|
||||
};
|
||||
|
||||
std::list<PhySocketImpl> _socks;
|
||||
|
Reference in New Issue
Block a user