PORT_MAX
lu->port = strtonum(++forward2, 0, PORT_MAX, &errstr);
lu->port = strtonum(++forward2, 0, PORT_MAX, &errstr);
char *portlist[PORT_MAX+1];
port = strtonum(portstr, 1, PORT_MAX, &errstr);
int p = strtonum(port, 1, PORT_MAX, &errstr);
lu->port = strtonum(++forward2, 0, PORT_MAX, &errstr);