mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
make Listener a struct, not an interface
This commit is contained in:
parent
2a03c6cd79
commit
1b64b13750
16 changed files with 53 additions and 37 deletions
|
@ -22,7 +22,7 @@ func randomDuration(min, max time.Duration) time.Duration {
|
|||
var _ = Describe("Drop Tests", func() {
|
||||
var (
|
||||
proxy *quicproxy.QuicProxy
|
||||
ln quic.Listener
|
||||
ln *quic.Listener
|
||||
)
|
||||
|
||||
startListenerAndProxy := func(dropCallback quicproxy.DropCallback) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue