java - Socket programming:Assign name to port number -
is possible assign name port number
like
localhost:8888 localhost:xyz
localhost:9000 localhost:abc
i want hide port number client side while giving them link
i have video streaming server (different streaming on different port) ...want hide port number because 1 can change port , able see other stream
no, can't that. way tcp/ip works requires both ends know number of port, both have know each other's ip addresses.
Comments
Post a Comment