Nikos Mavrogiannopoulos
Nikos Mavrogiannopoulos
An alternative would be using a later libopenconnect. These detect the real MTU after connection establishment.
I do not know if `unix-dgram` is unreliable on BSD systems. I kept the existing documentation as it was for the BSD on my suggested text.
Thank you.
I'm bikeshedding here but Is there any advantage over cmocka? The latter does not require any C++ and is already used for unit testing the dtls sliding window. https://cmocka.org/
Apart from the comment above on the framework that can certainly be the foundation of unit testing af_ktls (see Frido's comments as well), but good work. Something that caught my...
> I found C++ to be preferable in testing purposes because of the abundance of libraries and tools available, which was my main motivation to using Google Test. Could you...
The patch fails to build because MAX_STRING_LEN is missing, but defined in the chap patch in https://github.com/FreeRADIUS/freeradius-client/pull/48 Thus this should be applied after 48.
Take an example. These two pull requests are independent and can be applied on current master. https://github.com/FreeRADIUS/freeradius-client/pull/32 https://github.com/FreeRADIUS/freeradius-client/pull/31 However, they cannot be applied on top of each other because they...
> > Modifying a Makefile.am or configure.in, will cause a conflict somewhere. > > No. re-generating files will cause a conflict. So… don’t do that. In pull request #26 Arran...