EsotericSoftware / kryonet

TCP/UDP client/server library for Java, based on Kryo
BSD 3-Clause "New" or "Revised" License
1.81k stars 415 forks source link

Enable broadcast to reach all subnets #133

Open Seeker9889 opened 7 years ago

Seeker9889 commented 7 years ago

Created allPossibleBroadcastAddrs() and firstOne(), utility functions which are used by broadcast() to reach all possible subnets since that cannot be queried directly by Java.