|
You are here |
blog.m0noc.com | ||
| | | | |
nagekar.com
|
|
| | | | | [AI summary] The author discusses developing a TCP banner grabbing utility in C, encountering issues with port scanning and banner interpretation, and seeks feedback on the code. | |
| | | | |
veithen.io
|
|
| | | | | This article gives an in-depth description how TCP backlog works in Linux and in particular what happens when the accept queue is full. Includes references to the relevant kernel sources. | |
| | | | |
www.kylehailey.com
|
|
| | | | | What happens with I/O requests over NFS and more specifically with Oracle? How does NFS affect performance and what things can be done to improve performance?What happens at the TCP layer when I request with dd an 8K chunk of data off an NFS mounted file system?Here is one example:I do add if=/dev/zero of=foo bs=8k count=1where my output file is on an NFS mount, I see the TCP send and receives from NFS server to client as:(the code is in dtrace and runs on the server side, seetcp.dfor the code | |
| | | | |
gist.github.com
|
|
| | | Simple Implementation of HTTP Server. GitHub Gist: instantly share code, notes, and snippets. | ||