Forum Discussion
Altera_Forum
Honored Contributor
16 years agoTCP/IP implementation on HDL ?
Hi all :) I'm looking for some implementation TCP protocol in VHDL/Verilog language Does anyone have heard about that ? even if its not free Cordially, Shalom
Altera_Forum
Honored Contributor
16 years agoDepending on what is a 'low latency' for you, you should be careful when using TCP. Because of most of TCP's features (packets acknowledge and repeat, traffic congestion handling, adjustable window size) the latency on a TCP stream isn't predictable. This is why most of the streaming applications that require low latency use UDP instead.