EsotericSoftware / kryonet

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

Allow some kind of SocketFactory #116

Open mibutec opened 8 years ago

mibutec commented 8 years ago

In my game I use an implementation of Reliable UDP as an own Socket- / Sockerserver implementation. I'd really love to use this implementation as the underlaying protocol for kryonet. For that I would need some kind of SocketFactory I can handover. As far I can see, that's not possible for now.

Aeefire commented 7 years ago

I'd really love to see this too. Also to set options like tcpNodelay.