added ttl parameter to WirePacketSendFunction
This commit is contained in:
parent
0d9f33dc4f
commit
0508a41afd
2 changed files with 5 additions and 3 deletions
|
@ -45,5 +45,6 @@ public interface PacketSender {
|
|||
public int onSendPacketRequested(
|
||||
InetSocketAddress localAddr,
|
||||
InetSocketAddress remoteAddr,
|
||||
byte[] packetData);
|
||||
byte[] packetData,
|
||||
int ttl);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue