Thanks Christopher, Appreciate the fast merge. Gilchrist On Tue, Sep 1, 2020, 18:36 Christopher Faulet <[email protected]> wrote:
> Le 24/08/2020 à 21:21, [email protected] a écrit : > > From: Bertrand Jacquin <[email protected]> > > > > MAX_FRAME_SIZE is forced to the default value of tune.bufsize, however > > they don't necessarily have to be tight together. > > --- > > contrib/spoa_server/spoa.h | 3 +++ > > 1 file changed, 3 insertions(+) > > > > diff --git a/contrib/spoa_server/spoa.h b/contrib/spoa_server/spoa.h > > index 8f912e4..8d6d4be 100644 > > --- a/contrib/spoa_server/spoa.h > > +++ b/contrib/spoa_server/spoa.h > > @@ -17,7 +17,10 @@ > > #include <netinet/in.h> > > #include <sys/time.h> > > > > +#ifndef MAX_FRAME_SIZE > > #define MAX_FRAME_SIZE 16384 > > +#endif > > + > > #define SPOP_VERSION "2.0" > > #define SPOA_CAPABILITIES "" > > > > > > All the series applied ! I've relabeled patches as part of > "contrib/spoa-server" > and I've mentioned that all fixes must be backported as far as 2.0. > > Thanks, > -- > Christopher Faulet >

