canSend abstract method

bool canSend(
  1. int bytes
)

Whether sending bytes would exceed the congestion window.

Implementation

bool canSend(int bytes);