From be386bef2daaf9df88d43d30d1bca29b4fb0ea50 Mon Sep 17 00:00:00 2001 From: Roberto Vitillo Date: Tue, 4 Aug 2020 10:36:31 +0100 Subject: [PATCH] Add TCP reference on bandwidth-delay product --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a2a1b86d..7f0b3c27 100644 --- a/README.md +++ b/README.md @@ -1445,6 +1445,7 @@ Use UDP over TCP when: #### Source(s) and further reading: TCP and UDP +* [What every developer should know about TCP](https://robertovitillo.com/what-every-developer-should-know-about-tcp/) * [Networking for game programming](http://gafferongames.com/networking-for-game-programmers/udp-vs-tcp/) * [Key differences between TCP and UDP protocols](http://www.cyberciti.biz/faq/key-differences-between-tcp-and-udp-protocols/) * [Difference between TCP and UDP](http://stackoverflow.com/questions/5970383/difference-between-tcp-and-udp)