src/internet-stack/tcp-socket-factory-impl.h
changeset 6768 805f5fc7f670
parent 3691 372f4475dc47
--- a/src/internet-stack/tcp-socket-factory-impl.h	Mon Jan 03 15:48:42 2011 -0800
+++ b/src/internet-stack/tcp-socket-factory-impl.h	Mon Jan 03 15:51:55 2011 -0800
@@ -31,13 +31,7 @@
  * \ingroup internetStack
  * \defgroup tcp Tcp
  *
- * The TCP code in ns3's internet stack is ported from the  
- * <a href="http://www.ece.gatech.edu/research/labs/MANIACS/GTNetS/">
- * Georgia Tech Network Simulator (GTNetS)</a>.
- *
- * Most of the logic is in class ns3::TcpSocketImpl.
- * This class serves to create sockets of the TcpSocketImpl
- * type.  That is, it creates sockets which use the GTNetS Tahoe code.
+ * This class serves to create sockets of the TcpSocketBase type.  
  */
 
 /**