Ejemplo n.º 1
0
 /*
  * It receives the message header.
  *
  * \param msg is the pointer of the message to be sent.
  * \param peer is the address of the peer where the message is sent.
  */
 inline bool gethdr(torecv_t& msg, int& peer) { return impl.gethdr(msg,peer); }