Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Mon, 12 Feb 2007 13:06:05 +0100] rev 241
add Ipv4 and Udp node capabilities, rework Copy methods to include an extra Node * argument
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Sat, 10 Feb 2007 11:29:44 +0100] rev 240
add non-debugged udp stack
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Sat, 10 Feb 2007 10:24:36 +0100] rev 239
add packet constructor which accepts payload buffer.
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Fri, 09 Feb 2007 19:40:19 +0100] rev 238
add start of udp stack
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Fri, 09 Feb 2007 19:40:12 +0100] rev 237
make Send method public
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Fri, 09 Feb 2007 17:54:49 +0100] rev 236
a basic untested ipv4 implementation
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Thu, 08 Feb 2007 16:01:58 +0100] rev 235
add ipv4 and udp header, add ipv4 checksum support to make the udp header compile. Need to be fixed in UdpHeader later.
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Thu, 08 Feb 2007 15:37:48 +0100] rev 234
code from all trees.
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Thu, 08 Feb 2007 11:13:49 +0100] rev 233
change emacs style commands
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Thu, 08 Feb 2007 11:11:24 +0100] rev 232
initial node base class from george's repo.