Mention that TCPListenOptions.distribute is deprecated.
This commit is contained in:
parent
196325c0e4
commit
f81c9175df
|
@ -894,7 +894,7 @@ struct UDPConnection {
|
||||||
enum TCPListenOptions {
|
enum TCPListenOptions {
|
||||||
/// Don't enable any particular option
|
/// Don't enable any particular option
|
||||||
defaults = 0,
|
defaults = 0,
|
||||||
/// Causes incoming connections to be distributed across the thread pool
|
/// Deprecated: causes incoming connections to be distributed across the thread pool
|
||||||
distribute = 1<<0,
|
distribute = 1<<0,
|
||||||
/// Disables automatic closing of the connection when the connection callback exits
|
/// Disables automatic closing of the connection when the connection callback exits
|
||||||
disableAutoClose = 1<<1,
|
disableAutoClose = 1<<1,
|
||||||
|
|
Loading…
Reference in a new issue