feat: drop frame in kernel to take advance of happy eyeballs if outbound shoud fail

This commit is contained in:
mzz2017
2023-02-08 20:54:28 +08:00
committed by mzz
parent 5e7b68822a
commit 2ef332b018
10 changed files with 110 additions and 23 deletions

View File

@ -60,7 +60,8 @@ const (
OutboundLogicalOr OutboundIndex = 0xFE
OutboundLogicalAnd OutboundIndex = 0xFF
OutboundLogicalMax = OutboundLogicalAnd
OutboundMax = OutboundLogicalAnd
OutboundUserDefinedMax = OutboundControlPlaneDirect - 1
)
func (i OutboundIndex) String() string {