thanks lukas,

> For TUDPBlockSocket:
>
> Connect - set remote address and port.
> Bind - set local address (you can use 0.0.0.0 as wildcard) and port.
> If you not call this method, then random port will be used.

this works perfect, thanks
but in my scenario i have a problem,
i have a process which receives udp packets for example on port 5000
this process decide what to do and forward the information to a worker 
process
this worker process do some think and send an udp packet back to the 
sender of the first packet and here i want to use this port 5000 as 
source port

but the bind dose not wotk in this sittution because, of cource, the 
port 5000 is oppen in the first process, is there another possibillity 
to set the source port ?
or is there another possibility for such an scenario ?

thanks
peter


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to