|
|
@ -140,7 +140,7 @@ class ServerBuilder { |
|
|
|
/// please use IPv6 any, i.e., [::]:<port>, which also accepts IPv4
|
|
|
|
/// please use IPv6 any, i.e., [::]:<port>, which also accepts IPv4
|
|
|
|
/// connections. Valid values include dns:///localhost:1234, /
|
|
|
|
/// connections. Valid values include dns:///localhost:1234, /
|
|
|
|
/// 192.168.1.1:31416, dns:///[::1]:27182, etc.).
|
|
|
|
/// 192.168.1.1:31416, dns:///[::1]:27182, etc.).
|
|
|
|
/// \params creds The credentials associated with the server.
|
|
|
|
/// \param creds The credentials associated with the server.
|
|
|
|
/// \param selected_port[out] If not `nullptr`, gets populated with the port
|
|
|
|
/// \param selected_port[out] If not `nullptr`, gets populated with the port
|
|
|
|
/// number bound to the \a grpc::Server for the corresponding endpoint after
|
|
|
|
/// number bound to the \a grpc::Server for the corresponding endpoint after
|
|
|
|
/// it is successfully bound, 0 otherwise.
|
|
|
|
/// it is successfully bound, 0 otherwise.
|
|
|
|