meh / rust-packet

Network packet handling for Rust.
92 stars 28 forks source link

Fix: v6::Packet::new() and v6::Packet::no_payload() #9

Closed gdetal closed 4 years ago

gdetal commented 4 years ago

both functions always returned an Error.

meh commented 4 years ago

Thanks!