mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-04 20:37:40 +03:00
Add SerialVectorisedWriter
This commit is contained in:
parent
3483762200
commit
8dcfcc6959
3 changed files with 36 additions and 0 deletions
|
@ -13,6 +13,10 @@ type Dialer interface {
|
|||
ListenPacket(ctx context.Context, destination M.Socksaddr) (net.PacketConn, error)
|
||||
}
|
||||
|
||||
type PayloadDialer interface {
|
||||
DialPayloadContext(ctx context.Context, network string, destination M.Socksaddr) (net.Conn, error)
|
||||
}
|
||||
|
||||
type ParallelDialer interface {
|
||||
Dialer
|
||||
DialParallel(ctx context.Context, network string, destination M.Socksaddr, destinationAddresses []netip.Addr) (net.Conn, error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue