nervosnetwork / tentacle

A multiplexed p2p network framework that supports custom protocols
https://docs.rs/tentacle
MIT License
54 stars 24 forks source link

Update to socket2 v0.4 #313

Closed Thomasdezeeuw closed 3 years ago

driftluo commented 3 years ago

@Thomasdezeeuw socket2::Socket convert to std, now need to use Into::into

Thomasdezeeuw commented 3 years ago

I missed some code paths, will fix.

Thomasdezeeuw commented 3 years ago

The fuzzing failed, but I think that is unrelated to this change.

driftluo commented 3 years ago

The fuzzing failed, but I think that is unrelated to this change.

yes, that's a test environment problem, thank you for your help