Searched defs:writeWindowUpdate (Results 1 – 1 of 1) sorted by relevance
320 type writeWindowUpdate struct { struct321 streamID uint32 // or 0 for conn-level322 n uint32325 func (wu writeWindowUpdate) staysWithinBuffer(max int) bool { return frameHeaderLen+4 <= max }327 func (wu writeWindowUpdate) writeFrame(ctx writeContext) error {