Posts

Post marked as solved
9 Replies
3.0k Views
hi,eskimo: I want to ask what data is there in the packets in the readPacketsWithCompletionHandler: method? Such as Tcp, upd
Posted
by Alistar.
Last updated
.
Post not yet marked as solved
1 Replies
734 Views
A long time ago, I saw an explanation about this on the Apple developer forum, but I can't find it. Can you talk about it again?
Posted
by Alistar.
Last updated
.
Post not yet marked as solved
0 Replies
401 Views
How to get the call stack information in xcode when debug flashes back?
Posted
by Alistar.
Last updated
.
Post marked as solved
14 Replies
2.3k Views
hi: I want to set up a DNS packet to enter the VPN tunnel. I set it this way, but it didn't work. //networkSettings is NEPacketTunnelNetworkSettings NEIPv4Settings *ipv4Setting = networkSettings.IPv4Settings; NSMutableArray *routerArr = [NSMutableArray array]; for (NSString *ip in networkSettings.DNSSettings.servers) { NEIPv4Route *route = [[NEIPv4Route alloc] initWithDestinationAddress:ip subnetMask:@"255.255.255.255"]; [routerArr addObject:route]; } ipv4Setting.includedRoutes = routerArr;1.How should I set up to properly import DNS packets into the tunnel?2.I want to determine if the DNS packet can be imported into the tunnel?
Posted
by Alistar.
Last updated
.
Post not yet marked as solved
0 Replies
675 Views
hello: Form NetworkExtension I knew we can set IPSec and IKEv2 protocol VPN after IOS 10. But I do not find how to develope PPTP or L2TP in iOS 8.0–9.0.So who can teach me that? Thanks!
Posted
by Alistar.
Last updated
.