Update N.PayloadDialer

This commit is contained in:
世界 2024-11-14 17:43:18 +08:00
parent c432befd02
commit ae139d9ee1
No known key found for this signature in database
GPG key ID: CD109927C34A63C4

View file

@ -14,7 +14,7 @@ type Dialer interface {
}
type PayloadDialer interface {
DialPayloadContext(ctx context.Context, network string, destination M.Socksaddr) (net.Conn, error)
DialPayloadContext(ctx context.Context, network string, destination M.Socksaddr, payload [][]byte) (net.Conn, error)
}
type ParallelDialer interface {