You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we are wasting 24 bytes per ACK. We can create one KCP header instead, and encode all the ACKs in that segment as 8 bytes per ACK instead of writing a new KCP header each time.