2
  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) を追加する必要があります。その場合、ルート レコードのバイトが変更されますよね??
この点で私を助けてください..

ありがとう、プレム

4

1 に答える 1