DSR的路由请求标头(动态源路由)

时间:2012-12-03 15:58:15

标签: routing protocols tinyos

  typedef  nx_struct RouteRequest{

    nx_uint16_t   src ; // the node ID of RREQ originator 

    nx_uint16_t   desn ;  // the node ID of desired destination

    nx_uint16_t   reqid;  // unique id to recognize duplicate request

   nx_uint16_t  route_record;  // append node address in the route record

    nx_uint8_t  numhops;  // hop count 
 } RouteRequest;

我的问题是路由请求(src,desn,reqid)在到达目标节点之前是相同的。在路线记录中,每个音符必须在其中附加其地址(Node_id)。那么路线记录中的字节会有变化,对吧? 请帮我这方面..

谢谢,Prem

1 个答案:

答案 0 :(得分:0)

路由记录将在每个跃点处扩展,并在每个跃点处附加字节。每个数据包都可以使用此字节列表来了解其前身。