Yoko

All sides of Injection
It is currently 2024-03-28 20:26:46

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 2004-10-03 07:07:19 
Hi,

Someone know why client 4.0.0b and above lags more than older versions like 1.2.6 ?
and someone know how to release the lag of that versio n?


Top
   
 Post subject:
PostPosted: 2004-10-03 16:31:52 
Offline
Expert!

Joined: 2004-05-30 00:31:54
Posts: 74
well they lag because the client's packet handler works like shit. the packet handler processes ONE packet each time it is called, instead of the usual while(there is a packet) process it;

it's not that they lag, injection just doesn't handle the recv queue well.

now, 4.0.4x clients... ooh boy aint they the most screwed up bitch ever... although OSI cleaned up the code, the client is somehow laggier... it closes sockets all the time and reopens them on the slightest winsock error.

for a deeper insight, a piece of IRW's code:

Code:
   /* 
   * 400c> fix: transfer ONE packet from the full buffer to the client.
   * for some reason osi screwed up their packet handler, the client
   * can only process one packet at a time.
   * so if you throw more than one full packet (built) the client processes
   * only one and kinda hangs till the packet builder is called again (by recv)
   */


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 2 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 10 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Limited