packet size for wodvpn - WeOnlyDo Discussion board

packet size for wodvpn (General questions)

by lwc5202, Thursday, June 23, 2011, 06:43 (4713 days ago)

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

by woddrazen, Thursday, June 23, 2011, 10:12 (4713 days ago) @ lwc5202

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

by lwc5202, Thursday, June 23, 2011, 11:04 (4713 days ago) @ woddrazen

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

by woddrazen, Thursday, June 23, 2011, 12:36 (4713 days ago) @ lwc5202

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