writeStun

suspend fun writeStun(stunCommand: StunCommand, socket: UdpStreamSocket)
suspend fun writeStun(type: HeaderType, id: ByteArray, attributes: List<StunAttribute>, socket: UdpStreamSocket)