mirror of
https://github.com/slackhq/nebula.git
synced 2026-05-16 04:47:38 +02:00
WIP
This commit is contained in:
10
config/multiport.go
Normal file
10
config/multiport.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package config
|
||||
|
||||
type MultiPortConfig struct {
|
||||
Tx bool
|
||||
Rx bool
|
||||
TxBasePort uint16
|
||||
TxPorts int
|
||||
TxHandshake bool
|
||||
TxHandshakeDelay int64
|
||||
}
|
||||
Reference in New Issue
Block a user