DConnection.writeSocket

Write to socket

Encodes the byte array as a tristanable tagged message and then encodes that as a bformat message

Locks the writeLock mutex, sends it over the socket to the client/server, and unlocks the mutex

class DConnection
bool
writeSocket
(
long tag
,
byte[] data
)

Meta