tags:

views:

23

answers:

1

how to use "udptunnel" so that i will be able to send and receive udp packets over tcp probably with an example

+1  A: 

You start udptunnel on two PCs in different networks and connect them as decribed here: http://www.cs.columbia.edu/~lennox/udptunnel/ with an example: http://wiki.leipzig.freifunk.net/Udptunnel

harper
can i do that on a single machine if yes how?thank you,
jspeshu
"udptunnel -c 127.0.0.1 ..." might work
harper