Changeset 7716
- Timestamp:
- Jan 16, 2009, 4:36:35 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5x/libtransmission/tracker.c
r7669 r7716 291 291 memcpy( &addr.addr.addr6, compactWalk, 16 ); 292 292 memcpy( &port, compactWalk + 16, 2 ); 293 compactWalk += 16; 293 294 294 295 memcpy( walk, &addr, sizeof( addr ) ); 295 296 memcpy( walk + sizeof( addr ), &port, 2 ); 296 297 297 walk += sizeof( tr_address ) + 2; 298 compactWalk += 6;299 298 } 300 299 publishNewPeers( t, allAreSeeds, array, arrayLen );
Note: See TracChangeset
for help on using the changeset viewer.