diff --git a/pd/src/s_inter.c b/pd/src/s_inter.c index ba490dafb201dc01775c65a6c6d12424b5c0ac07..0f355df030bb97c806f592d41d13eb6709f2a282 100644 --- a/pd/src/s_inter.c +++ b/pd/src/s_inter.c @@ -588,8 +588,8 @@ void sys_closesocket(int fd) /* ---------------------- sending messages to the GUI ------------------ */ #define GUI_ALLOCCHUNK 8192 #define GUI_UPDATESLICE 512 /* how much we try to do in one idle period */ -//#define GUI_BYTESPERPING 1024 /* how much we send up per ping */ -#define GUI_BYTESPERPING 0x7fffffff /* as per Miller's suggestion to disable the flow control */ +#define GUI_BYTESPERPING 1024 /* how much we send up per ping */ +//#define GUI_BYTESPERPING 0x7fffffff /* as per Miller's suggestion to disable the flow control */ typedef struct _guiqueue { @@ -1288,7 +1288,10 @@ int sys_startgui(const char *guidir) sprintf(cmdbuf, "%s/nw/nw %s %d localhost %s\n", - guidir, guidir, portno, + guidir, + guidir, +// "/home/user/pd-nw/pd/nw", + portno, (sys_k12_mode ? "pd-l2ork-k12" : "pd-l2ork")); #endif