Guest RobyXit Posted August 30, 2005 Share Posted August 30, 2005 sapete mica dirmi a spanne i kb richiesti a secondo in DL al client per ogni partecipante in sessione? tnx Link to comment Share on other sites More sharing options...
Guest BlueSummer Posted August 30, 2005 Share Posted August 30, 2005 Dipende dal sendtime del server. Mi sembra che il server della namie invii 40bytes per ogni auto. Dovrebbe essere quindi che ogni client riceve 40 x sendtime x (n auto -1) Il "-1" perchè presumo che il server non invii la posizione del client X allo stesso client X Quindi a 10hz e 10 auto, ogni client ad esempio dovrebbe ricevere 40 x 10 x 9 = 3.9Kb/s Diverso il lavoro del server che deve inviare quindi 3.9Kb/s a 10 client, quindi gli occorrerebbero 39Kb/s di upload. Link to comment Share on other sites More sharing options...
johndoe Posted August 30, 2005 Share Posted August 30, 2005 40 x 10 x 9 = 3.6Kb/s... Temo non funzioni così comunque, mi sembra troppo poco Se non altro perchè quei bytes devono essere inpacchettati in UDP... Link to comment Share on other sites More sharing options...
Guest BlueSummer Posted August 30, 2005 Share Posted August 30, 2005 Header udp: 4 byte (udp source port, udp dest port, udp message lenght, udp checksum tutti da 16bit). (40+8) x 10 x 9 = 4320b/s = 4.22Kb/s (circa) Link to comment Share on other sites More sharing options...
Guest Vange Posted August 30, 2005 Share Posted August 30, 2005 Header udp: 4 byte (udp source port, udp dest port, udp message lenght, udp checksum tutti da 16bit). (40+8) x 10 x 9 = 4320b/s = 4.22Kb/s (circa) 248210[/snapback] ehm... 16 bit sono 2 byte, quindi 16x4=64= 8 byte o mi sono perso qualcosa? Link to comment Share on other sites More sharing options...
Guest BlueSummer Posted August 30, 2005 Share Posted August 30, 2005 Si...sono io che sto sclerando. Cmq sul conto puoi vedere che ho messo un +8 Link to comment Share on other sites More sharing options...
Guest Vange Posted August 30, 2005 Share Posted August 30, 2005 Si...sono io che sto sclerando. Cmq sul conto puoi vedere che ho messo un +8 248235[/snapback] lol è vero Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now