Network UPD TX Port

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Joshua314
New User
New User
Posts: 7
Joined: Sat Aug 20, 2005 12:32 pm

Network UPD TX Port

Post by Joshua314 »

Hi @ All,


at Verbindung = OpenNetworkConnection(ServerName$, Port [, Modus]) in Modus UPD The Port is the Destination Port.
But it is not possible to select the Source port for UPD.
The Source Port is randomize at every SendNetworkData()
In my application, it is necessary to select the Source Port like http://forums.purebasic.com/german/view ... +joshua314
Thats for Both Windows & Linux.

Thomas