packet size for wodvpn (General questions)
Hello,
What is packet size for sending data stream though wodvpn? I am trying to send binary file though wodvpn. Do I need to specify data type? What will be the best size to split the file?
Thanks
David Chiang
Re: packet size for wodvpn
Hi David,
You are trying to send files using SendData Method?
Why don't use some external socket application (you can integrate it inside your wodVPN application) and send data over wodVPN?
Regards,
Drazen
Re: packet size for wodvpn
Hello Drazen,
Do you have sample which I can check? Or please tell me how do it in correct way (send file)
Thanks a lot
David
Hi David,
You are trying to send files using SendData Method?Why don't use some external socket application (you can integrate it inside your wodVPN application) and send data over wodVPN?
Regards,
Drazen
Re: packet size for wodvpn
David,
I'm not sure which programming environment you are using. However, you can google for socket file transfer.
You can then use in wodVPN tunneling (port forwarding) and transfer files thought wodVPN.
Drazen