mirror of
https://github.com/yggdrasil-network/water.git
synced 2025-05-19 16:35:10 +03:00
Merge branch 'master' into patch-1
This commit is contained in:
commit
da407cd8ff
2 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,7 @@ func newTAP(config Config) (ifce *Interface, err error) {
|
|||
}
|
||||
|
||||
var flags uint16
|
||||
flags = cIFF_TUN | cIFF_NO_PI
|
||||
flags = cIFF_TAP | cIFF_NO_PI
|
||||
if config.PlatformSpecificParams.MultiQueue {
|
||||
flags |= cIFF_MULTI_QUEUE
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue