1. 09 Feb, 2012 11 commits
  2. 08 Feb, 2012 12 commits
  3. 07 Feb, 2012 13 commits
  4. 06 Feb, 2012 3 commits
  5. 05 Feb, 2012 1 commit
    • Tatsuhiro Tsujikawa's avatar
      Support max concurrent streams limit. · 00bed875
      Tatsuhiro Tsujikawa authored
      If max concurrent streams limit is reached, SYN_STREAM frames are not sent
      and backed off. If other type of frame is waiting in the tx queue, it is
      sent first. We introduced another priority queue for this purpose.
      In this change we did not add code to send RST_STREAM when SYN_STREAM is
      received but max concurrent stream is reached.
      00bed875