[Xorp-cvs] XORP cvs commit: xorp/libproto

Pavlin Radoslavov pavlin at icir.org
Mon Aug 14 18:10:51 PDT 2006


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2006-08-15 01:10:51 UTC

XORP CVS repository


Modified files:
	libproto      Makefile.am Makefile.in 

Added files:
	libproto      checksum.c checksum.h test_checksum.cc 

Log message:
	* Add a common placeholder for checksum implementations.
	  Currently, the only implemented checksum is the Internet Protocol
	  family header checksum.
	
	* Add test cases for the Internet Protocol family header checksum.

Revision  Changes                                Path
1.16      +9 -3;  commitid: 67ef44e11e9e7ea6;    xorp/libproto/Makefile.am
1.31      +53 -19;  commitid: 67ef44e11e9e7ea6;  xorp/libproto/Makefile.in
1.1       +120 -0                                xorp/libproto/checksum.c (new)
1.1       +55 -0                                 xorp/libproto/checksum.h (new)
1.1       +345 -0                                xorp/libproto/test_checksum.cc (new)



More information about the Xorp-cvs mailing list