Network: refactor names, add server control port, clean comments
authorEddie <dev@fun2be.me>
Sat, 6 Jun 2015 07:29:30 +0000 (08:29 +0100)
committerEddie <dev@fun2be.me>
Sat, 6 Jun 2015 07:29:30 +0000 (08:29 +0100)
commitee33999f4338567c1fb03e7bc525035c29b4d3b4
treefff07a13a257766361972df151d3ae969fd75d28
parentc2e45d36b852a79785d3d9e787e68c7885a46837
Network: refactor names, add server control port, clean comments

Make member names specific to the Internet Protocol version 4 that they
represent. This clears the way to add IPv6 support later.

Introduce PORTS_SERVER_CONTROL since notifications to clients are now
intended to take place over the TCP stream ServerSocial and each client
maintain.

Remove FIXME comments left over from solving the 'static final'
initialisation issue.
src/uk/ac/ntu/n0521366/wsyd/libs/net/Network.java