From a09609d94ed7f2cc8c5447f2c482abf5024b0ae5 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Fri, 5 Apr 2024 03:26:42 +0200 Subject: Enable live syncing v6 peers --- ot_livesync.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ot_livesync.h') diff --git a/ot_livesync.h b/ot_livesync.h index d7490e5..41bfc2e 100644 --- a/ot_livesync.h +++ b/ot_livesync.h @@ -28,13 +28,19 @@ Each tracker instance accumulates announce requests until its buffer is full or a timeout is reached. Then it broadcasts its live sync packer: - packet type SYNC_LIVE + packet type SYNC_LIVE4 [ 0x0008 0x14 info_hash 0x001c 0x04 peer's ipv4 address 0x0020 0x02 peer's port 0x0024 0x02 peer flags v1 ( SEEDING = 0x80, COMPLETE = 0x40, STOPPED = 0x20 ) ]* + packet type SYNC_LIVE6 + [ 0x0008 0x14 info_hash + 0x001c 0x10 peer's ipv6 address + 0x002c 0x02 peer's port + 0x002e 0x02 peer flags v1 ( SEEDING = 0x80, COMPLETE = 0x40, STOPPED = 0x20 ) + ]* */ #ifdef WANT_SYNC_LIVE -- cgit v1.2.3