TCP over UDP

Sergey Babkin babkin at verizon.net
Mon Jul 12 23:56:50 UTC 2010


Bruce Cran wrote:
> 
> On Sat, 10 Jul 2010 08:05:29 -0400
> Sergey Babkin <babkin at verizon.net> wrote:
> 
> > Basically, every time you use UDP, you've got to reinvent your
> > own retransmission and reliability protocol. And these protocols
> > are typically no good at all, as the story with NFS switching
> > from UDP to TCP and improving the performance shows. At the same
> > time TCP provides a very good transport control logic, so why not
> > just reuse this logic in a library to solve the UDP issues once
> > and for all?
> 
> Have you looked at SCTP? It may provide the features you've looking
> for:
> http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol#Motivations

Thanks, it does look like it!

-SB


More information about the freebsd-hackers mailing list