A set of parameters used to configure an endpoint, either when initiating a new connection on the client side or when listening for incoming connections on the server side.
More...
A set of parameters used to configure an endpoint, either when initiating a new connection on the client side or when listening for incoming connections on the server side.
An EndpointConfig contains a set of zero or more Settings. Each setting has a unique name, which can be used to fetch that Setting via the Get() method. Each Setting has a value, which can be an integer, string, or void pointer. Each EE impl should define the set of Settings that it supports being passed into it, along with the corresponding type.