fix ANDROID-38: stack corruption in onSendPacketRequested

This commit is contained in:
Brenton Bostick 2023-02-02 11:34:18 -05:00
parent 132bff25df
commit 0a925a6f21
2 changed files with 3 additions and 2 deletions

View file

@ -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(