Mercurial > public > hey
comparison README.md @ 5:45bac89a4da3
fix 'address already in use' before bind()
author | Dennis <dennisconcepcionmartin@gmail.com> |
---|---|
date | Tue, 18 Jul 2023 16:38:37 +0100 |
parents | e96eaa6b74c1 |
children | dc97a1196f45 |
comparison
equal
deleted
inserted
replaced
4:691358f944e8 | 5:45bac89a4da3 |
---|---|
6 | 6 |
7 - [What is a web server](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Web_mechanics/What_is_a_web_server) | 7 - [What is a web server](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Web_mechanics/What_is_a_web_server) |
8 - [HTTP Protocol](https://www.rfc-editor.org/rfc/pdfrfc/rfc7231.txt.pdf) | 8 - [HTTP Protocol](https://www.rfc-editor.org/rfc/pdfrfc/rfc7231.txt.pdf) |
9 - [Socket programming Oracle](https://docs.oracle.com/cd/E19253-01/817-4415/6mjum5som/index.html) | 9 - [Socket programming Oracle](https://docs.oracle.com/cd/E19253-01/817-4415/6mjum5som/index.html) |
10 - [Beej's Guide to Network Programming](https://beej.us/guide/bgnet/html/split/index.html) | 10 - [Beej's Guide to Network Programming](https://beej.us/guide/bgnet/html/split/index.html) |
11 - [How does port number really work](https://stackoverflow.com/questions/13190176/how-does-port-number-really-work-in-tcp/29045432#29045432) |