|
You are here |
warpainter.wordpress.com | ||
| | | | |
kristalcantwell.wordpress.com
|
|
| | | | | Mini-polymath 4 has started. It is based on question 3 of the IMO. The research thread is here. There is a wiki here. | |
| | | | |
localtvwhnt.wordpress.com
|
|
| | | | | Reblogged on WordPress.com | |
| | | | |
wimwiddershins.wordpress.com
|
|
| | | | | Here's a fascinating read by "Bunnie" of xbox hacking and Chumby fame on the subject of dodgy MicroSD cards. http://www.bunniestudios.com/blog/?p=918 | |
| | | | |
ouroboros.rocks
|
|
| | | Cleaning up flows While I was browsing through some oping code (trying to get a feeling about how to do broadcast), I stumbled about the cleaner thread. As we can see, it was used to clean up 'stale' flows (sanitized): void * cleaner_thread(void * o) { int deadline_ms = 10000; while (true) { for (/* all active flows i */) { diff = /* diff in ms between last valid ping packet and now */; if (diff > deadline_ms) { printf("Flow %d timed out. | ||