Android app: length of name

Jeffrey Walton noloader at gmail.com
Sat Nov 6 21:20:06 UTC 2021


On Sat, Nov 6, 2021 at 1:23 PM Christoph Loesch <wireguard-mail at chil.at> wrote:
> ...
> Oh, I didn't know that, thanks, that explains the limitation.
>
> Then I would suggest to note the limitation of 15 characters in the error message on config import, if possible.

I _think_ that may be this define:

$ grep -IR -E 'IFNAME|IF_NAME' /usr/include | grep -E 'LENGTH|SIZE'
/usr/include/net/if.h:#define IF_NAMESIZE       16
/usr/include/net/if.h:# define IFNAMSIZ IF_NAMESIZE

Jeff


More information about the WireGuard mailing list