增加edge-node ip.close IP命令

This commit is contained in:
GoEdgeLab
2022-12-12 19:23:58 +08:00
parent a0cfaa9fa6
commit 595a118cf2
4 changed files with 52 additions and 1 deletions

7
internal/conns/linger.go Normal file
View File

@@ -0,0 +1,7 @@
// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn .
package conns
type LingerConn interface {
SetLinger(sec int) error
}