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

(-)a/examples/socket/socket-bound-tcp-static-routing.cc (-2 lines)
 Lines 145-152    Link Here 
145
  staticRoutingDstRtr->AddHostRouteTo (Ipv4Address ("10.1.2.1"), Ipv4Address ("10.10.2.1"), 2);
145
  staticRoutingDstRtr->AddHostRouteTo (Ipv4Address ("10.1.2.1"), Ipv4Address ("10.10.2.1"), 2);
146
  staticRoutingRtr2->AddHostRouteTo (Ipv4Address ("10.1.2.1"), Ipv4Address ("10.1.2.1"), 1);
146
  staticRoutingRtr2->AddHostRouteTo (Ipv4Address ("10.1.2.1"), Ipv4Address ("10.1.2.1"), 1);
147
147
148
  Ipv4InterfaceAddress ifInAddrSrc=ipv4Src->GetAddress (1,0);
149
150
  // There are no apps that can utilize the Socket Option so doing the work directly..
148
  // There are no apps that can utilize the Socket Option so doing the work directly..
151
  // Taken from tcp-large-transfer example
149
  // Taken from tcp-large-transfer example
152
150

Return to bug 1152