NAME
Net::BitTorrent::Protocol::BEP55 - Holepunching Extension (NAT Traversal)
DESCRIPTION
This module implements the ut_holepunch extension (BEP 55), allowing peers to coordinate NAT traversal for uTP connections.
METHODS
send_hp_rendezvous($target_id)
Requests a rendezvous with a target peer via this peer.
send_hp_connect($ip, $port)
Instructs a target peer to connect back to a source peer.
send_hp_error($err_code)
Sends an error message (e.g. peer not found).