packet drop

Submitted by Anonymous
on May 26, 2008 - 5:39am

hi,

Am using a client to recieve data packets from a server. For higher bitrate contents, most of the packets are geting dropped which leads to glitches.

What can be the reason for this ?

Hmm...

Anonymous (not verified)
on
May 26, 2008 - 5:50am

Incompetence, perhaps?

well ..

Anonymous (not verified)
on
May 27, 2008 - 1:07am

i found out that by increasing the socket buffer size, these glitches go off... is there a way to flush out the socket buffers ?

Are you using UDP? UDP is

Anonymous (not verified)
on
May 27, 2008 - 4:40pm

Are you using UDP?

UDP is not supposed to be reliable. If you want reliable tranfer of data use TCP.

If TCP is dropping packet then something is seriously wrong with your system.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.