> Kerush <kerush@shaduzlabs.com> [2003-11-27 13:15]: > > So what kind of books, or how-to, or tutorial should I read to apply the > algorithm we elaborate to linux kernel?? I don't mind if documentation is > related to old versions of the kernel, because I only have to test tcp > performance, not kernel at all... > Archive: http://mail.nl.linux.org/kernelnewbies/ this helps a lot > FAQ: http://kernelnewbies.org/faq/ this as well Other, very good sources of information are: - include/net/tcp.h - net/ipv4/tcp.c <--- here - net/ipv6/tcp_ipv6.c <--- here In general, if you browse the kernel sources in net/ipv[46], you will find all information required where to apply your modifications. wbr, Lukas -- Lukas Ruf | Wanna know anything about raw | <http://www.lpr.ch> | IP? -> <http://www.rawip.org> | eMail Style Guide: <http://www.rawip.org/style.html>| -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/