Hello, This maybe a very naive question, but why is squid 4.x still using manually crafted double linked list? (dlink) Why not just use std::list instead? - Adam