Hi There,
I want to transfer a file from one PC (connected to the "unrestricted" APN) to another PC (also connected to the "unrestricted" APN). I have written a small app in C++ using Winsock to create a TCP server and a TCP client. When connecting using a small Ethernet LAN, everything seems to work. However, when I try to send the file using Vodacom's network (with the "unrestricted" APN) I run into problems.
It still seems to me that some of the TCP packets are blocked on the network. (I have captured/sniffed the packets with Ethereal on both PCs).
If I use UDP, everything works fine.
Any suggestions will be greatly appreciated
Jaco
I want to transfer a file from one PC (connected to the "unrestricted" APN) to another PC (also connected to the "unrestricted" APN). I have written a small app in C++ using Winsock to create a TCP server and a TCP client. When connecting using a small Ethernet LAN, everything seems to work. However, when I try to send the file using Vodacom's network (with the "unrestricted" APN) I run into problems.
It still seems to me that some of the TCP packets are blocked on the network. (I have captured/sniffed the packets with Ethereal on both PCs).
If I use UDP, everything works fine.
Any suggestions will be greatly appreciated
Jaco