lkml.org 
[lkml]   [1997]   [Aug]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: UDP network problem
Date
>  During some experiments with programming UDP/IP sockets, I've noted that I
> could transfer more than 3250 bytes of data. The sendto() routine says it
> has sent the data, but recvfrom() just blocks. This is a consistent error.

UDP is an unreliable delivery system, it makes no send/receive guarantees.
Use TCP if you require these.

Alan


\
 
 \ /
  Last update: 2005-03-22 13:40    [W:2.051 / U:0.116 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site