Uses of Class
urv.olsr.message.OLSRPacket

Packages that use OLSRPacket
urv.olsr.message   
 

Uses of OLSRPacket in urv.olsr.message
 

Methods in urv.olsr.message that return OLSRPacket
 OLSRPacket OLSRPacketFactory.getOlsrPacket(int messageType, ValidityTime time, int ttl, OLSRMessage content)
          Obtains an OLSRPacket with the specified type,time,ttl and content; with the local node as originator, the hop-count set to 0, and the corresponding message sequence number.