Darrin Smart

Results 4 issues of Darrin Smart

This is possibly a similar issue to #47. However in this case no special IPv6 support is desired, just the ability to map a IPv4 port. ``` $ cargo run...

I'm writing an app that forwards between host-native sockets and libzt sockets. zts_poll()/zts_select() are useful for network events from the zerotier side, and I can run a dedicated thread with...

Feature Request

This PR implements an alternate tray icon for macOS, which is displayed when there are unread messages. Many Mac users set the dock to auto-hide in order to maximize screen...

size: L

This works: ```let net4 = Ipv4Net::from_str("10.1.1.0/24").unwrap();``` But this doesn't: ```let net4 = Ipv4Net::from_str("10.1.1/24").unwrap();``` This abbreviated form of IPv4 CIDR - omitting trailing 0 octets, is fairly common, it would be...