mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-14 22:36:33 +00:00
Increase ifname size to accomodate Windows (issue #1560)
This commit is contained in:
parent
1d15d4e8d3
commit
c5008031b9
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user