recv

fun recv(data: ByteArray, offset: Int = 0, count: Int = data.size - offset): Int
fun recv(count: Int): ByteArray