Mention that TCPListenOptions.distribute is deprecated.

This commit is contained in:
Sönke Ludwig 2017-07-20 18:48:08 +02:00
parent 196325c0e4
commit f81c9175df
No known key found for this signature in database
GPG key ID: D95E8DB493EE314C

View file

@ -894,7 +894,7 @@ struct UDPConnection {
enum TCPListenOptions {
/// Don't enable any particular option
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,
/// Disables automatic closing of the connection when the connection callback exits
disableAutoClose = 1<<1,