public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Unreliable TCP?
@ 2005-03-20  2:59 Ioan Ionita
  2005-03-20  4:57 ` Valdis.Kletnieks
  2005-03-20  7:41 ` Willy Tarreau
  0 siblings, 2 replies; 3+ messages in thread
From: Ioan Ionita @ 2005-03-20  2:59 UTC (permalink / raw)
  To: linux-kernel

Hello.  I apologize if this may sound stupid/unknowledgeable.  I'm
currently fooling around with real time voice conferencing
applications which use the UDP protocol.  However, certain firewalls
don't allow UDP traffic, therefore I tried UDP over TCP as a
workaround.  This failed miserably, as the ACK aspect of TCP, which
delays everything when a packet is lost or received out of order makes
voice conferencing anything but real time.  So I was wondering if
there's any way to disable the whole reliability checking of TCP in
the linux kernel. Maybe configure the kernel to never request the
retransmission of a packet, even if it detects packet loss/bad order?
Thanks :)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-03-20  7:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-20  2:59 Unreliable TCP? Ioan Ionita
2005-03-20  4:57 ` Valdis.Kletnieks
2005-03-20  7:41 ` Willy Tarreau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox