Files
EdgeNode/internal/nodes/conn_linger.go

8 lines
178 B
Go
Raw Normal View History

2024-07-27 15:42:50 +08:00
// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cloud .
package nodes
type LingerConn interface {
SetLinger(sec int) error
}