Page 1 of 1

Source Port in UDP

Posted: Sun Feb 05, 2006 10:53 pm
by BabyBacon
Hello!

Im rewriting an application for filtransfer between nodes over UDP thats behind NAT. To make this work I need to beable to set the sourceport in the UDP-packet. I found UDPlib at purearea.net, it works nice and all but its not possible to set the sourceport.

Maybe there is an other way to do it? is it possible with API, or should I call an external program written in a language that support this function so it make the sending part?

Perhaps there will be support for UDP in PB v4.0?

//Bacon

Posted: Sun Feb 05, 2006 11:12 pm
by freedimension
UDP is included in the recent PB4 Beta. Though I don't know whether it supports a source port as parameter.