Files
EdgeNode/internal/conns/linger.go

8 lines
175 B
Go
Raw Permalink Normal View History

2024-05-17 18:30:33 +08:00
// Copyright 2022 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn .
2022-12-12 19:23:58 +08:00
package conns
type LingerConn interface {
SetLinger(sec int) error
}