socket.getservbyport(port[, protocolname])
Translate an Internet port number and protocol name to a service name for that service. The optional protocol name, if given, should be 'tcp'
or 'udp'
, otherwise any protocol will match.
socket.getservbyport(port[, protocolname])
Translate an Internet port number and protocol name to a service name for that service. The optional protocol name, if given, should be 'tcp'
or 'udp'
, otherwise any protocol will match.
Please login to continue.