src/internet-stack/ipv4-l4-protocol.h
changeset 3266 1ae7df5cf87b
parent 3260 8c0ab08144e6
child 3588 ad0a36bfdb62
--- a/src/internet-stack/ipv4-l4-protocol.h	Fri Jun 13 15:35:07 2008 +0100
+++ b/src/internet-stack/ipv4-l4-protocol.h	Fri Jun 13 16:47:07 2008 -0400
@@ -33,10 +33,10 @@
 class Ipv4Address;
 
 /**
- * \brief L4 Protocol base class 
+ * \brief L4 Protocol abstract base class 
  *
- * If you want to implement a new L4 protocol, all you have to do is
- * implement a subclass of this base class and add it to an L4Demux.
+ * This is an abstract base class for layer four protocols which use IPv4 as
+ * the network layer.
  */  
 class Ipv4L4Protocol : public Object
 {