Index of /~amit/research/lowlatencyTCP/kernelB

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[TXT]asm.socket.h 2003-03-14 01:02 1.7K 
[TXT]linux.in.h 2003-03-14 01:02 6.1K 
[TXT]tcp.h 2003-03-14 01:02 53K 
[TXT]af_inet.c 2003-03-14 01:02 29K 
[TXT]ip_input.c 2003-03-14 01:02 13K 
[TXT]ip_output.c 2003-03-14 01:02 26K 
[TXT]protocol.c 2003-03-14 01:02 4.6K 
[TXT]tcp.c 2003-03-14 01:02 86K 
[TXT]tcp_input.c 2003-03-14 01:02 115K 
[TXT]tcp_ipv4.c 2003-03-14 01:02 61K 
[TXT]tcp_output.c 2003-03-14 01:02 50K 
[   ]install 2003-03-14 01:02 1.0K 
[TXT]ip.h 2003-03-14 01:02 7.7K 

These are the source files required to make the cluster protocol that is very similar to TCP except that it doesn't checksum and support many TCP/IP options.

Instructions for building a cluster protocol compatible kernel

  1. extract the 2.4.18 kernel
  2. run either "make xconfig" or "make config"
  3. run "make dep"
  4. run "install" passing the path to the kernel directory as the first parameter. The install script will backup all modified files, by appending a .orig to the file name.
  5. run "make dep", again
  6. make the kernel