View | Details | Raw Unified | Return to bug 1151
Collapse All | Expand All

(-)a/examples/socket/socket-bound-static-routing.cc (-2 lines)
 Lines 131-138    Link Here 
131
  staticRoutingDstRtr->AddHostRouteTo (Ipv4Address ("10.1.1.1"), Ipv4Address ("10.10.2.1"), 2);
131
  staticRoutingDstRtr->AddHostRouteTo (Ipv4Address ("10.1.1.1"), Ipv4Address ("10.10.2.1"), 2);
132
  staticRoutingRtr2->AddHostRouteTo (Ipv4Address ("10.1.1.1"), Ipv4Address ("10.1.2.1"), 1);
132
  staticRoutingRtr2->AddHostRouteTo (Ipv4Address ("10.1.1.1"), Ipv4Address ("10.1.2.1"), 1);
133
133
134
  Ipv4InterfaceAddress ifInAddrSrc=ipv4Src->GetAddress (1,0);
135
136
  // There are no apps that can utilize the Socket Option so doing the work directly..
134
  // There are no apps that can utilize the Socket Option so doing the work directly..
137
  // Taken from tcp-large-transfer example
135
  // Taken from tcp-large-transfer example
138
136

Return to bug 1151