src/node/tcp.cc
changeset 2602 d9262bff6df2
parent 2556 b13dd6239954
child 2880 ce64dffad49f
--- a/src/node/tcp.cc	Thu Mar 13 11:21:12 2008 -0700
+++ b/src/node/tcp.cc	Thu Mar 13 12:56:49 2008 -0700
@@ -27,7 +27,7 @@
 TypeId
 Tcp::GetTypeId (void)
 {
-  static TypeId tid = TypeId ("Tcp")
+  static TypeId tid = TypeId ("ns3::Tcp")
     .SetParent<SocketFactory> ()
    .AddAttribute ("TcpDefaultSegmentSize",
                   "Default TCP maximum segment size in bytes (may be adjusted based on MTU discovery)",