This commit is contained in:
tongxuan.ltx 2020-04-20 23:12:36 +08:00
parent a4d22c8d01
commit bbe13474e7

View File

@ -70,7 +70,7 @@ class NoReusePortOption : public ::grpc::ServerBuilderOption {
plugins) override {}
};
// Define an option subclass in order to disable SO_REUSEPORT for the
// Define an option subclass in order to enable SO_REUSEPORT for the
// server socket.
class ReusePortOption : public ::grpc::ServerBuilderOption {
public: