1 const CHANNELPADDING_COMMAND_STOP = 1;
2 const CHANNELPADDING_COMMAND_START = 2;
4 /* This command tells the relay to alter its min and max netflow
5 timeout range values, and send padding at that rate (resuming
7 struct channelpadding_negotiate {
9 u8 command IN [CHANNELPADDING_COMMAND_START, CHANNELPADDING_COMMAND_STOP];
11 /* Min must not be lower than the current consensus parameter
15 /* Max must not be lower than ito_low_ms */