send


Description:

public bool send (Socket socket, SocketAddress dest_address) throws Error

Sends a TimePacket over a socket.

MT safe.

Parameters:

this

the TimePacket to send

socket

socket to send the time packet on

dest_address

address to send the time packet to

Returns:

TRUE if successful, FALSE in case an error occurred.