mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 12:47:36 +03:00
pass the raw packet to the Drop- and Delay callbacks of the proxy
This commit is contained in:
parent
3dcbaee89e
commit
7827cd61bc
8 changed files with 58 additions and 68 deletions
|
@ -82,7 +82,7 @@ var _ = Describe("Timeout tests", func() {
|
|||
|
||||
proxy, err := quicproxy.NewQuicProxy("localhost:0", &quicproxy.Opts{
|
||||
RemoteAddr: fmt.Sprintf("localhost:%d", server.Addr().(*net.UDPAddr).Port),
|
||||
DropPacket: func(d quicproxy.Direction, p uint64) bool {
|
||||
DropPacket: func(quicproxy.Direction, []byte) bool {
|
||||
return drop.Get()
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue