Categories
Why can't connect to port 110?
I am writing a network application in Java. And when you try to connect to port 110, an exception is thrown, what could be the matter?ServerSocket socket = new ServerSocket(110);
ServerSocket socket = new ServerSocket(110);
Answer the question
In order to leave comments, you need to log in
If I'm not mistaken, Linux requires root rights to bind to a port less than 1024.
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question