mbuet2ner / JEasyCrypto

A project for educational purposes for the course "Open Source Software Development" at the University of Oulu
GNU General Public License v3.0
2 stars 23 forks source link

Why the client app user has to provide a local port number? #5

Closed anttijuu closed 4 years ago

anttijuu commented 5 years ago

When the client app starts, user enters the server address as well as the client port it uses to communicate with the server.

Why user has to enter the port number? This is not good usability and it should be unnecessary. Just use any available port number the Socket API should be able to allocate.

d2p commented 4 years ago

That's easy, but as a first try... May I fix this one?

mbuet2ner commented 4 years ago

Fixed with #30 .