Projects STRLCPY dnstt Commits 7b033a38
🤬
  • ■ ■ ■ ■ ■ ■
    dnstt-client/main.go
    skipped 144 lines
    145 145   log.Printf("begin session %08x", conn.GetConv())
    146 146   // Permit coalescing the payloads of consecutive sends.
    147 147   conn.SetStreamMode(true)
    148  - // Disable the dynamic congestion window (limit only by the
    149  - // maximum of local and remote static windows).
     148 + // Disable the dynamic congestion window (limit only by the maximum of
     149 + // local and remote static windows).
    150 150   conn.SetNoDelay(
    151 151   0, // default nodelay
    152 152   0, // default interval
    skipped 163 lines
Please wait...
Page is in error, reload to recover