smux icon indicating copy to clipboard operation
smux copied to clipboard

add more test and fix write only stream cause session bucket exhausted if MaxReceiveBuffer <= initialPeerWindow

Open cs8425 opened this issue 3 years ago • 0 comments

as title, when:

  1. MaxReceiveBuffer <= initialPeerWindow
  2. stream keep writing at A side
  3. stream did not read at B side

the session bucket at B side will exhausted

cs8425 avatar Nov 07 '21 09:11 cs8425