From 27eba44fbbd2d757f3271a2bf0cceef774ed514f Mon Sep 17 00:00:00 2001 From: trimstray Date: Sun, 23 Feb 2020 14:45:16 +0100 Subject: [PATCH] add 'How 1500 bytes became the MTU of the internet' - signed-off-by: trimstray --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa8e588..e729eeb 100644 --- a/README.md +++ b/README.md @@ -951,6 +951,7 @@ performance of any of your sites from across the globe.
  :small_orange_diamond: ctf-tasks - an archive of low-level CTF challenges developed over the years.
  :small_orange_diamond: How to start RE/malware analysis? - collection of some hints and useful links for the beginners.
  :small_orange_diamond: The C10K problem - it's time for web servers to handle ten thousand clients simultaneously, don't you think?
+  :small_orange_diamond: How 1500 bytes became the MTU of the internet - great story about the Maximum Transmission Unit.
  :small_orange_diamond: poor man's profiler - sampling tools like dtrace's don't really provide methods to see what programs are blocking on.
  :small_orange_diamond: HTTPS on Stack Overflow - this is the story of a long journey regarding the implementation of SSL.
  :small_orange_diamond: Julia's Drawings - some drawings about programming and unix world, zines about systems & debugging tools.