OPTION_STR
char options[] = OPTION_STR("windowsize", "2");
SEND_WRQ_OPT("medium.txt", "octet", OPTION_STR("windowsize", "2"));
char options[] = OPTION_STR("windowsize", "4");
SEND_WRQ_OPT("rfc7440.txt", "octet", OPTION_STR("windowsize", "4"));
char options[] = OPTION_STR("windowsize", "2");
SEND_RRQ_OPT("medium.txt", "octet", OPTION_STR("windowsize", "2"));
char options[] = OPTION_STR("windowsize", "4");
SEND_RRQ_OPT("rfc7440.txt", "octet", OPTION_STR("windowsize", "4"));