X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=libustcomm%2Fustcomm.c;h=4d6a6509dba71ac4a1333034de403930437f25b6;hb=058a68cbea07bb2b276c12212ea6129f166b2893;hp=fd5e360e343a7e495330115d060396bdf4179365;hpb=2e947bdec72fe0e3a2ba67253f2f430c54876ab2;p=ust.git diff --git a/libustcomm/ustcomm.c b/libustcomm/ustcomm.c index fd5e360..4d6a650 100644 --- a/libustcomm/ustcomm.c +++ b/libustcomm/ustcomm.c @@ -35,7 +35,7 @@ #define UNIX_PATH_MAX 108 -#define MSG_MAX 1000 +#define MSG_MAX 10000 /* FIXME: ustcomm blocks on message sending, which might be problematic in * some cases. Fix the poll() usage so sends are buffered until they don't