Fix link for UDP vs TCP (#1153)

This commit is contained in:
savasva
2026-03-20 04:52:18 +03:00
committed by GitHub
parent 83046eba2a
commit ae9bbd7b02

View File

@@ -1445,7 +1445,7 @@ Use UDP over TCP when:
#### Source(s) and further reading: TCP and UDP #### 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/) * [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) * [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) * [Transmission control protocol](https://en.wikipedia.org/wiki/Transmission_Control_Protocol)