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

Pavlin Radoslavov pavlin at icir.org
Wed Aug 16 15:10:50 PDT 2006


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

XORP CVS repository


Modified files:
	libxipc       test_stcppf.cc xrl_pf_stcp.cc xrl_pf_stcp_ph.cc 
	              xrl_pf_stcp_ph.hh 

Log message:
	Refactor the STCPPacketHeader implementation such that we don't
	use it as an overlay with a data buffer.
	Instead, we use a constructor that initializes internal pointers
	(for each field) to point to the appropriate position in the data
	buffer.
	
	This change fixes some pointer casting issues.
	
	Approved by:    Atanu Ghosh

Revision  Changes                                 Path
1.10      +10 -10;  commitid: 102e844e3970d7ea6;  xorp/libxipc/test_stcppf.cc
1.52      +47 -49;  commitid: 102e844e3970d7ea6;  xorp/libxipc/xrl_pf_stcp.cc
1.14      +20 -1;  commitid: 102e844e3970d7ea6;   xorp/libxipc/xrl_pf_stcp_ph.cc
1.12      +49 -10;  commitid: 102e844e3970d7ea6;  xorp/libxipc/xrl_pf_stcp_ph.hh



More information about the Xorp-cvs mailing list