
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
20/Feb/06 11:25 PM
|
|
For now, properties (SO_REUSEADDR, SO_BROADCAST, SO_TC, ...) are provided in IoSessionManager implementations such as SocketAcceptor. But SocketAcceptor allows you to bind multiple services. Different services will require different settings. We could define a general interface for acceptor/connector setting and implement transport-type-specific classes and let users use them instead of methods in acceptors and connectors.
|
|
Description
|
For now, properties (SO_REUSEADDR, SO_BROADCAST, SO_TC, ...) are provided in IoSessionManager implementations such as SocketAcceptor. But SocketAcceptor allows you to bind multiple services. Different services will require different settings. We could define a general interface for acceptor/connector setting and implement transport-type-specific classes and let users use them instead of methods in acceptors and connectors. |
Show » |
|