Closed Ralith closed 11 months ago
Most packets (under good conditions), let alone most wakeups, don't require a response from the endpoint, so this was very wasteful. BytesMut::new is guaranteed to grow automatically when needed.
BytesMut::new
Most packets (under good conditions), let alone most wakeups, don't require a response from the endpoint, so this was very wasteful.
BytesMut::new
is guaranteed to grow automatically when needed.