Re: how does podsixnet handles packets?

2020-12-18 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: how does podsixnet handles packets? Here is why you should avoid this:https://forum.audiogames.net/topic/3559 … podsixnet/ URL: https://forum.audiogames.net/post/599851/#p599851 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin

Re: how does podsixnet handles packets?

2020-12-18 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: how does podsixnet handles packets? Er, no, UDP isn't best.  UDP is best if your game can benefit and you understand why most of the internet runs on TCP.  You can do TCP networking without a library, but you'll need a library for reliable protocols on top of UDP.  If you

Re: how does podsixnet handles packets?

2020-12-18 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: how does podsixnet handles packets? @3of course UDP is best.but you need a way to keep track of player connect and player disconnect in online multiplayr game. and i hurd some where you can run UDP relayably. but i don't know how to URL: https://forum.audiogames.net/post/5

Re: how does podsixnet handles packets?

2020-12-18 Thread AudioGames . net Forum — Developers room : mohamed via Audiogames-reflector
Re: how does podsixnet handles packets? oh, Is that so? I've herd that podsixnet is what's good for gaming and easier, So thought to use that, But if that's really the case i rather use socket alone instead.Ok another question, What's better for gaming, Is it UDP Or T

Re: how does podsixnet handles packets?

2020-12-18 Thread AudioGames . net Forum — Developers room : mohamed via Audiogames-reflector
Re: how does podsixnet handles packets? oh, Is that so? I've herd that podsixnet is what's good for gaming and easier, So thought to use that, But if that's really the case i rather use socket alone instead. URL: https://forum.audiogames.net/post/599820/#p599820

Re: how does podsixnet handles packets?

2020-12-18 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: how does podsixnet handles packets? Beware, podsixnet tends to have problems in practice and is also using TCP under the hood, even though it seems like it's using UDP, and is consequently probably not super suitable for things like shooters.  Amerikranian might or might not be ab

how does podsixnet handles packets?

2020-12-18 Thread AudioGames . net Forum — Developers room : mohamed via Audiogames-reflector
how does podsixnet handles packets? hello, So I started to look at podsixnet, And it seems good, However what am confused about is how does the thing handle packets? How does it handle them? From their exampals it seems like the thing has built in stuff and that any packet name is called