This PR adds recv_flood_size and prefer_evict in CNodeOptions when creating a new CNode in ConsumeNode. I noticed they were missing while working on an improvement for net fuzzing.
Checked that #27324 added recv_flood_size into CNodeOptions and #25962 addedprefer_evict.