mirror of
https://github.com/swisspol/GCDWebServer.git
synced 2026-05-13 00:02:02 +08:00
9e042c9cb6
Usually port 0 means that the OS should pick any free port. After listen() has been called the picked port can be determined and used from then on.