mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 12:47:36 +03:00
remove non-functioning 0-RTT test with different conn ID lengths
This commit is contained in:
parent
5a3fd58186
commit
6440908f53
1 changed files with 356 additions and 362 deletions
|
@ -26,10 +26,6 @@ var _ = Describe("0-RTT", func() {
|
|||
version := v
|
||||
|
||||
Context(fmt.Sprintf("with QUIC version %s", version), func() {
|
||||
for _, cl := range []int{0, mrand.Intn(14) + 4} {
|
||||
connIDLen := cl
|
||||
|
||||
Context(fmt.Sprintf("using %d-byte connection IDs", connIDLen), func() {
|
||||
runCountingProxy := func(serverPort int) (*quicproxy.QuicProxy, *uint32) {
|
||||
var num0RTTPackets uint32 // to be used as an atomic
|
||||
proxy, err := quicproxy.NewQuicProxy("localhost:0", &quicproxy.Opts{
|
||||
|
@ -404,6 +400,4 @@ var _ = Describe("0-RTT", func() {
|
|||
})
|
||||
})
|
||||
}
|
||||
})
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue