mike1023

Results 7 comments of mike1023

把 IP 报文发送到服务端,服务端把报文 forward 到真实访问的远端服务器,得到返回的 IP 报文后再返回给client,client 再 write 到 tunnel 的虚拟网卡中

@kishikawakatsumi could you share the whole code? especially about how to send TCP packets. Thanks a lot.

@kishikawakatsumi got it, but I still feel confused about why we can not use NWConnection to send TCP requests just like UDP. Why do we have to construct TCP packets...

I try to send TCP packets directly with NWConnection, but the state is always in **preparing** and then failed.

hi, I'm sorry to bother you, but I'm not clear about how this code works, I test it with my code and I can not get the right result.