Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 800 Bytes

File metadata and controls

22 lines (17 loc) · 800 Bytes

Changelog

  • (TODO) Move connect_timeout to a Config struct???
  • Using lints core/alloc over std.
  • Empty domain names will now error before being sent for Socks5.
  • Remove all unwraps.
  • New Error type that is returned wrapped in io::Error.
  • Add timeout to connect and bind methods.
  • TargetAddr derives Eq, PartialEq, and Display.
  • Add features to split up code.
  • Some socks functions now want a reference to the target addr.
  • Use rust edition 2021.
  • Switch from winapi crate to windows-sys crate.
  • Remove dependency on byteorder crate.
  • Other under the hood improvements.