UDP merging vs VoIP
UDP merging vs VoIP
Posted Nov 1, 2009 11:00 UTC (Sun) by NAR (subscriber, #1313)In reply to: UDP merging vs VoIP by intgr
Parent article: JLS2009: Generic receive offload
I'm not quite sure where this merging could be done. Only at the endpoints or in routers between?
Posted Nov 1, 2009 16:58 UTC (Sun)
by intgr (subscriber, #39733)
[Link]
Also, VOIP uses UDP simply because TCP would add additional delay when it attempts to retransmit packets that already missed their deadline.
But VOIP is still affected by packet loss. A UDP packet that missed its deadline is never way any worse than a UDP packet that got dropped.
UDP merging vs VoIP
> If a system is serving as a router, it really should not be changing the
> headers on packets as they pass through.