Hacker News new | ask | show | jobs
by yla92 1042 days ago
I recently learned about the (Linux) sockets. Wrote two simple "echo client" and "echo server". Then monitored the traffic over Wireshark and witness the 3 way TCP handshake. Then make the server to use "selectors" and learned a bit more about the names I have been hearing for a while: 'select', 'poll', 'epoll'.

This is when things start to "click" for me.

Nothing astounding but these little things got me excited!

PS: Too excited that I even made a presentation to share with people from work. https://docs.google.com/presentation/d/1LAdJ4iK-RJVxuIo61RLU...