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