Skip to content

Commit

Permalink
Update N.PayloadDialer
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohasekai committed Nov 14, 2024
1 parent 4d3f04d commit cb9ee04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/network/dialer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit cb9ee04

Please sign in to comment.