mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-30 22:59:00 +07:00
feat: drop frame in kernel to take advance of happy eyeballs if outbound shoud fail
This commit is contained in:
@ -60,7 +60,8 @@ const (
|
||||
OutboundLogicalOr OutboundIndex = 0xFE
|
||||
OutboundLogicalAnd OutboundIndex = 0xFF
|
||||
|
||||
OutboundLogicalMax = OutboundLogicalAnd
|
||||
OutboundMax = OutboundLogicalAnd
|
||||
OutboundUserDefinedMax = OutboundControlPlaneDirect - 1
|
||||
)
|
||||
|
||||
func (i OutboundIndex) String() string {
|
||||
|
Reference in New Issue
Block a user