LibAFL
LibAFL copied to clipboard
Use tcp manager when "tcp_manager" feature is on
I don't get this. LLMP TCP etc can coexist, we don't need a new feature
I think the way to go here to avoid code reuse is a macro that define Launcher with different names (CentralizedLauncher, TCPLauncher etc) changing the trait bound to the different kind of managers
Are you sure?
Yes sounds good. We might also have other launchers for other managers in the future
As long as we don't have a better idea, maybe we want to merge this anyway? It's useful to have a tcpmanager enabled launcher sometimes..
#2302 will supercede tcp manager