# Functions
AppendPrettyHexDump appends bytes to string builder.
BorrowByteBuff borrows a ByteBuff from pool.
No description provided by the author
CountBorrowed returns borrowed ByteBuff amount.
NewCond creates a new Cond.
PrettyHexDump converts bytes to pretty hex dump string.
RandAlphabetic returns a string with random alphabets.
RandAlphanumeric returns a string with random alphabets and numbers.
RandFloat64 returns a random float64.
RandIntn returns a random int.
ReturnByteBuff returns a ByteBuff to pool.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
DefaultKeepaliveInterval is default keepalive interval duration.
DefaultKeepaliveMaxLifetime is default keepalive max lifetime.
# Interfaces
No description provided by the author
# Type aliases
ByteBuff provides byte buffer, which can be used for minimizing.