mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-06 21:11:43 -07:00
Add an interface description to EthernetTap, mostly for Windows.
This commit is contained in:
parent
3daf73710a
commit
dbb509a302
3 changed files with 5 additions and 1 deletions
|
@ -148,6 +148,7 @@ EthernetTap::EthernetTap(
|
|||
const RuntimeEnvironment *renv,
|
||||
const MAC &mac,
|
||||
unsigned int mtu,
|
||||
const char *desc,
|
||||
void (*handler)(void *,const MAC &,const MAC &,unsigned int,const Buffer<4096> &),
|
||||
void *arg)
|
||||
throw(std::runtime_error) :
|
||||
|
@ -248,6 +249,7 @@ EthernetTap::EthernetTap(
|
|||
const RuntimeEnvironment *renv,
|
||||
const MAC &mac,
|
||||
unsigned int mtu,
|
||||
const char *desc,
|
||||
void (*handler)(void *,const MAC &,const MAC &,unsigned int,const Buffer<4096> &),
|
||||
void *arg)
|
||||
throw(std::runtime_error) :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue