Y
Hacker News
new
|
ask
|
show
|
jobs
by
bengarney
3641 days ago
It was a blast to write. Glenn is a smart guy with some great content around game networking. There are good ways to do networking for games and other real-time applications and TCP isn't really one of them.
2 comments
vvanders
3640 days ago
Yup, if your data is time-sensitive and newer data preempts older TCP is almost always the wrong protocol to use.
link
Keyframe
3640 days ago
What are your thoughts on ENet?
link
bengarney
3640 days ago
Good not great.
link
corysama
3640 days ago
Anything better than ENet I could investigate?
link
bengarney
3640 days ago
Gaffer on Games, OpenTNL are good places to look.
link
Keyframe
3640 days ago
I've had satisfying results with ENet. Would love to hear about similar C and light alternatives and/or why ENet is not great.
link