-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PING (ICMP protocol) not supported ? #37
Comments
Thanks for your interest in the app. As far as I can tell, creating ICMP packets directly requires root access. Where this is available, we might as well use raw sockets for everything. |
OK thanks a lot ! |
@hexene ICMP with android is allowed without root https://github.com/kirillF/icmp-android made a great example of it happening. It is however not possible to do with the java functions the system gives you. Requires C++ code to complete |
Σας ενημερώνω ότι το παρόν email θα καταργηθεί. Η νέα μου διεύθυνση είναι
Please contact me at : nicholas.koskinas(at)icloud.com , iosnkos(at)gmail.com
Νέα διεύθυνση ηλεκτρονικού ταχυδρομείου : nicholas.koskinas(at)icloud.com , iosnkos(at)gmail.com
Note: This is an automated response to your message "Re: [hexene/LocalVPN] PING (ICMP protocol) not supported ? (#37)" sent on 05/11/2019 20:46:34.
This is the only notification you will receive while this person is away.
|
Hi,
Congrats for the great job 1st of all!
I use it in a test app and when trying to ping the packets seems not created.
Should I implement the packet creation for ICMP protocol ?
or there is another work around ?
Thanks in advance.
Mary
The text was updated successfully, but these errors were encountered: