I use NEPacketTunnelProvider to implement my VPN client.
When there is no VPN tunnel packet transfer, the VPN is fine.
But if packet transferring happens, after forward few packet, the VPN immediately stop.
I can't see any exception, or signal interrupt. It's not looks like crash. That's weird!
For example, i visit a web server in tunnel network, i can see 3-handshakes is ok,
however after process leading few packets, the VPN alway stop for no reason.
I need advices, is there any limitation that i don't know? or is there any body meet this problem as well as me?