/**
  * get the name (address) of the host that sent me the message
  *
  * @return The name of the sender (from the datagram packet).
  */
 public String getPeerName() {
   return peerAddress.getHostName();
 }