add new timeout consts

ref #320
This commit is contained in:
Lucas Clemente
2016-09-08 13:28:44 +02:00
parent a0fb14381e
commit 634a0eb78c
4 changed files with 18 additions and 14 deletions

View File

@@ -53,9 +53,6 @@ const InitialStreamFlowControlWindow ByteCount = (1 << 14) // 16 kB
// InitialConnectionFlowControlWindow is the initial connection-level flow control window for sending
const InitialConnectionFlowControlWindow ByteCount = (1 << 14) // 16 kB
// InitialIdleConnectionStateLifetime is the initial idle connection state lifetime
const InitialIdleConnectionStateLifetime = 30 * time.Second
// DefaultRetransmissionTime is the RTO time on new connections
const DefaultRetransmissionTime = 500 * time.Millisecond