update ftcp

This commit is contained in:
ginuerzh
2022-03-18 21:19:12 +08:00
parent 0f1f7790c5
commit 6a6367b8d1
7 changed files with 178 additions and 132 deletions

View File

@ -45,7 +45,7 @@ func (d *ftcpDialer) Dial(ctx context.Context, addr string, opts ...dialer.DialO
return
}
return &fakeTCPConn{
raddr: raddr,
PacketConn: c,
raddr: raddr,
pc: c,
}, nil
}