Use recv_bytes/send_bytes instead of recv/send
where possible. This yields a bit less than 10% on
my local benchmark, since the fuzzee and the fuzzers
are saving one call to pickle's serialize/unserialize
per cycle.

I'm sure more performances could be obtained by
changing the remaining recv/send calls,
I might give it a try at some point.