What are the tcp,udp ports to be used by workerman

what are the tcp,udp ports to be used by workerman
Please give me a list

Jul.04,2021

  1. Brother, your concept is not clear. Workerman is a socket service framework. Since it is a set of service framework, it is impossible to talk about what kind of port to use on a fixed basis.
  2. which TCP or UDP ports are used for services developed by workerman depends on what application layer or transport layer protocols socket intends to penetrate, that is, what kind of services you want to develop. Each service generally corresponds to a custom service port.

for example:

// Worker2345http
$http_worker = new Worker("http://0.0.0.0:2345");
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-7b99b3-29edd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-7b99b3-29edd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?