example/dce-cradle-simple.cc
changeset 546 d7753e122d06
parent 541 de7335a01743
--- a/example/dce-cradle-simple.cc	Thu Jan 09 00:39:11 2014 +0900
+++ b/example/dce-cradle-simple.cc	Thu Jan 09 19:58:10 2014 +0900
@@ -46,12 +46,11 @@
   proto_sw.insert (std::make_pair ("udp", "ns3::LinuxUdpSocketFactory"));
   proto_sw.insert (std::make_pair ("tcp", "ns3::LinuxTcpSocketFactory"));
   proto_sw.insert (std::make_pair ("dccp", "ns3::LinuxDccpSocketFactory"));
+  proto_sw.insert (std::make_pair ("sctp", "ns3::LinuxSctpSocketFactory"));
   proto_sw.insert (std::make_pair ("icmp6", "ns3::LinuxIpv6RawSocketFactory"));
   proto_sw.insert (std::make_pair ("udp6", "ns3::LinuxUdp6SocketFactory"));
   proto_sw.insert (std::make_pair ("tcp6", "ns3::LinuxTcp6SocketFactory"));
   proto_sw.insert (std::make_pair ("dccp6", "ns3::LinuxDccp6SocketFactory"));
-  // below are not supported yet (Jan. 6, 2014)
-  proto_sw.insert (std::make_pair ("sctp", "ns3::LinuxSctpSocketFactory"));
   proto_sw.insert (std::make_pair ("sctp6", "ns3::LinuxSctp6SocketFactory"));
 
   CommandLine cmd;