mirror of
https://github.com/swisspol/GCDWebServer.git
synced 2026-07-08 00:00:01 +08:00
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.