Commit 66ecc836 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

param: Comment OCD

parent 95b10d1b
......@@ -492,7 +492,6 @@ tweak_thread_pool_max(struct vsb *vsb, const struct parspec *par,
/*--------------------------------------------------------------------
* Tweak storage
*
*/
int v_matchproto_(tweak_t)
......
......@@ -37,8 +37,8 @@
/*lint -save -e525 -e539 -e835 */
/*--------------------------------------------------------------------
* * Simple parameters
* */
* Simple parameters
*/
#define PARAM_SIMPLE(nm, typ, ...) \
PARAM(typ, nm, nm, tweak_##typ, &mgt_param.nm, __VA_ARGS__)
......@@ -1167,7 +1167,8 @@ PARAM_SIMPLE(
/* We have a strict min at the protocol default here. This is because we
* don't have the 'use settings only after peer ack' in place yet. If the
* value is lower than the protocol default, the very first stream could
* get a flow control error. */
* get a flow control error.
*/
PARAM_SIMPLE(
/* name */ h2_initial_window_size,
/* type */ bytes_u,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment