diff options
author | Jan Uhlig <[email protected]> | 2021-09-01 12:30:33 +0200 |
---|---|---|
committer | Jan Uhlig <[email protected]> | 2021-09-01 12:30:33 +0200 |
commit | 4687f74954c1392da30c00f6031a2c99a2933834 (patch) | |
tree | b870e202b480b5c8e6ca12f42bb7a1ea02d0a8d3 /doc/src/manual/ranch.set_transport_options.asciidoc | |
parent | 18816dfb0c3e01467855c0061023548db1655453 (diff) | |
download | ranch-4687f74954c1392da30c00f6031a2c99a2933834.tar.gz ranch-4687f74954c1392da30c00f6031a2c99a2933834.tar.bz2 ranch-4687f74954c1392da30c00f6031a2c99a2933834.zip |
Add post-listen callback
Diffstat (limited to 'doc/src/manual/ranch.set_transport_options.asciidoc')
-rw-r--r-- | doc/src/manual/ranch.set_transport_options.asciidoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/manual/ranch.set_transport_options.asciidoc b/doc/src/manual/ranch.set_transport_options.asciidoc index 8c2eacb..125d037 100644 --- a/doc/src/manual/ranch.set_transport_options.asciidoc +++ b/doc/src/manual/ranch.set_transport_options.asciidoc @@ -29,6 +29,7 @@ Changes to the following options will take effect... * only after the listener has been suspended and resumed: ** `num_acceptors` ** `num_listen_sockets` +** `post_listen_callback` ** `socket_opts` * only when the entire listener is restarted: ** `connection_type` |