2004.05.15
Optimizing ppp and Code Quality
The Problem
While debugging a problem of my ppp connection I noticed that ppp was apparently doing a protocol lookup (with a file open, read, close sequence) for every packet it read. This is an excerpt from the strace log, one of my favourite debugging tools.
Continue reading "Optimizing ppp and Code Quality"