From ae9bbd7b02d90b9866215de185217d33f39ab733 Mon Sep 17 00:00:00 2001 From: savasva Date: Fri, 20 Mar 2026 04:52:18 +0300 Subject: [PATCH] Fix link for UDP vs TCP (#1153) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 264f135..9e2cdb8 100644 --- a/README.md +++ b/README.md @@ -1445,7 +1445,7 @@ Use UDP over TCP when: #### Source(s) and further reading: TCP and UDP -* [Networking for game programming](http://gafferongames.com/networking-for-game-programmers/udp-vs-tcp/) +* [Networking for game programming](https://gafferongames.com/post/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) * [Transmission control protocol](https://en.wikipedia.org/wiki/Transmission_Control_Protocol)