Hop new ports, but keep the old [for a minute, and up to 10 at a time]
(One is silver and the other gold...)
This commit is contained in:
@@ -74,9 +74,10 @@ string Fragment::tostring( void )
|
||||
|
||||
Fragment::Fragment( string &x )
|
||||
: id( -1 ), fragment_num( -1 ), final( false ), initialized( true ),
|
||||
contents( x.begin() + frag_header_len, x.end() )
|
||||
contents()
|
||||
{
|
||||
assert( x.size() >= frag_header_len );
|
||||
contents = string( x.begin() + frag_header_len, x.end() );
|
||||
|
||||
uint64_t data64;
|
||||
uint16_t *data16 = (uint16_t *)x.data();
|
||||
|
||||
Reference in New Issue
Block a user