Thank you, I know that OS allocates a port for you, but only if you set local port = to 0 (zero), if you set local port value other than 0 than OS will try = to allocate that port. And you should be able to change the local port to prevent firewall = problems. Many applications use specific local ports. It is also = possible some other languages like VB (you can set local port before = accept the connection) and I don't think this is a language feature.
=20 -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf = Of Bruno Albuquerque Sent: Tuesday, January 13, 2009 12:29 PM To: [email protected] Subject: [REBOL] Re: How to change local-port? =3DDEemseddin Moldibi [ Bircom ] wrote: > I'm trying to open a UDP port with a specified local-port, but =3D3D > local-port is changed when I send something. This is how TCP/IP works. the origin port is picked up by the OS itself. -Bruno --=20 To unsubscribe from the list, just send an email to=20 lists at rebol.com with unsubscribe as the subject. -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
