mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-15 13:48:16 +00:00
added ttl parameter to WirePacketSendFunction
This commit is contained in:
@ -45,5 +45,6 @@ public interface PacketSender {
|
||||
public int onSendPacketRequested(
|
||||
InetSocketAddress localAddr,
|
||||
InetSocketAddress remoteAddr,
|
||||
byte[] packetData);
|
||||
byte[] packetData,
|
||||
int ttl);
|
||||
}
|
||||
|
Reference in New Issue
Block a user