Results 2 comments of Harry Martyrossian

@rusty-udemy SecurityMech class declared here: [mcrouter/mcrouter/lib/network/SecurityOptions.h](https://github.com/facebook/mcrouter/blob/b8c1b6ca21d765dfd93e6c22ee82d1a91942c5ca/mcrouter/lib/network/SecurityOptions.h#L19) Line 19 in 4e08bf0 "plain" = SecurityMech::NONE "ssl" = SecurityMech::TLS "tls_to_plain" = SecurityMech::TLS_TO_PLAINTEXT "fizz" = SecurityMech::TLS13_FIZZ "ktls12" = SecurityMech::KTLS12 AccessPointTest.cpp file has an example...

@ppozeti Paulo, I'm assuming that you will address this issue for Windows only, right?