mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-03 03:47:38 +03:00
Update N.PayloadDialer
This commit is contained in:
parent
c432befd02
commit
ae139d9ee1
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ type Dialer interface {
|
||||||
}
|
}
|
||||||
|
|
||||||
type PayloadDialer 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 {
|
type ParallelDialer interface {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue