Remove link desperation from java API
This commit is contained in:
parent
c430d88bd4
commit
1e043a3f66
6 changed files with 10 additions and 18 deletions
|
@ -38,12 +38,10 @@ public interface PacketSender {
|
|||
* delivery. It only means that the packet appears to have been sent.</p>
|
||||
*
|
||||
* @param addr {@link InetSocketAddress} to send to
|
||||
* @param linkDesperation
|
||||
* @param packetData data to send
|
||||
* @return 0 on success, any error code on failure.
|
||||
*/
|
||||
public int onSendPacketRequested(
|
||||
InetSocketAddress addr,
|
||||
int linkDesperation,
|
||||
byte[] packetData);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue