Miscellaneous test coverage work
1 unresolved thread
1 unresolved thread
Here are a few tweaks to improve test coverage over a few of our already-well-covered modules. (I tend to write tests when I'm feeling bored or twitchy.)
Merge request reports
Activity
requested review from @eta
assigned to @nickm
55 55 tls_cert: Option<Vec<u8>>, 56 56 } 57 57 58 /// A possible non-error behavior from an address 59 #[derive(Clone)] 60 enum AddrBehavior { 61 /// There's a listener at this address, which would like to reply. 62 Listener(ListenerEntry), 63 /// All connections sent to this address will time out. 64 Timeout, mentioned in commit 314f5707
Please register or sign in to reply