mirror of
https://github.com/fumiama/water.git
synced 2026-06-05 02:00:29 +08:00
Merge branch 'master' into patch-1
This commit is contained in:
@@ -6,4 +6,5 @@ daregod <daregod@yandex.ru>
|
||||
Lucus Lee <lixin9311@gmail.com>
|
||||
Arroyo Networks, LLC <open.source@arroyonetworks.com>
|
||||
Tony Lu <tonyluj@gmail.com>
|
||||
ajee cai <ajee.cai@gmail.com>
|
||||
yinheli <hi@yinheli.com>
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user