What common service port does SRB2 use

from https://github.com/STJr/SRB2/blob/master/src/i_tcp.c
SRB2 main network code will host and connect to UDP port 5029 by default, but can connect to other UDP port numbers

from https://github.com/STJr/SRB2/blob/master/libs/miniupnpc/miniupnpc.c
SRB2 UPnP sub code may use HTTPU over UDP Port 1990 at [FF02::C], [FF05::C] and/or 239.255.255.250 to ask the internet router to port forward UDP traffic to your host, for hosting netgames, which is by default is UDP port 5029

from https://github.com/STJr/SRB2/blob/master/libs/curl/include/curl/curl.h
the MasterServer uses libcurl to talk to the MasterServer via HTTPS over port 443 by default
it can also do HTTP or HTTPS over any TCP port number
 

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top