Remove curft: AUTO_PILOT_MODE, BSD_TCP --------------------------------------
Key: TS-51 URL: https://issues.apache.org/jira/browse/TS-51 Project: Traffic Server Issue Type: Improvement Components: Cleanup Environment: all Reporter: John Plevyak Priority: Minor There are a number of compile options for supporting very old experiments which never made it into the live code. Given that the supporting code and methods are no longer current (as in 10 years out of date) it would probably be best to remove them at this point. These include AUTO_PILOT_MODE which was a auto-reenable experiment which is not used along with a test file: NetTest-simple-proxy.c which still refers to old Inktomi machines by name. BSD_TCP which was an experimental BSD derived TCP stack for Solaris to correct some inefficiencies in the Solaris stack which have long since been dealt with by Sun. inkaio_XXXX which I don't believe was ever used. It supported batch aio on a thread. The actual module code doesn't seem to be present and the interface code is not compiled. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.