rename the constants for the max stream ids in the transport parameters

No functional change expected.
This commit is contained in:
Marten Seemann
2018-05-06 12:13:04 +09:00
parent a58cfd64e9
commit f29c37b951
5 changed files with 14 additions and 14 deletions

View File

@@ -80,7 +80,7 @@ var _ = Describe("TLS Extension Handler, for the server", func() {
parameters = map[transportParameterID][]byte{
initialMaxStreamDataParameterID: {0x11, 0x22, 0x33, 0x44},
initialMaxDataParameterID: {0x22, 0x33, 0x44, 0x55},
initialMaxStreamsBiDiParameterID: {0x33, 0x44},
initialMaxBidiStreamsParameterID: {0x33, 0x44},
idleTimeoutParameterID: {0x13, 0x37},
}
})