We are using a Delphi TServerSocket and want to assign a port automatically. How can we find an open port in Delphi 7?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Set the |
|||
|
|
|
If the server picks a port number randomly at run-time then how does the client know which one to connect to? Usually, you pick an unused port number more or less randomly at design-time. There's a list on the internet of reserved port numbers that you probably want to stay away from, otherwise you should be fine. If you're not sure what ports might already be in use on a particular setup, the netstat command is your friend. |
|||||
|