/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.m0noc.com
| | nagekar.com
13.6 parsecs away

Travel
| | [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
4.7 parsecs away

Travel
| | 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
5.9 parsecs away

Travel
| | 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
25.8 parsecs away

Travel
| Simple Implementation of HTTP Server. GitHub Gist: instantly share code, notes, and snippets.