mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 03:56:54 +02:00
Increase ifname size to accomodate Windows (issue #1560)
This commit is contained in:
parent
1d15d4e8d3
commit
c5008031b9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue