mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-07 05:21:42 -07:00
fix ANDROID-38: stack corruption in onSendPacketRequested
This commit is contained in:
parent
132bff25df
commit
0a925a6f21
2 changed files with 3 additions and 2 deletions
|
@ -42,6 +42,7 @@ public interface PacketSender {
|
|||
* @param localSocket socket file descriptor to send from. Set to -1 if not specified.
|
||||
* @param remoteAddr {@link InetSocketAddress} to send to
|
||||
* @param packetData data to send
|
||||
* @param ttl TTL is ignored
|
||||
* @return 0 on success, any error code on failure.
|
||||
*/
|
||||
public int onSendPacketRequested(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue