Skip to content
Snippets Groups Projects
Commit fed76aae authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files

*experimental: disabled flow control as per...

*experimental: disabled flow control as per http://article.gmane.org/gmane.comp.multimedia.puredata.general/24447
parent 9bb68180
No related branches found
No related tags found
No related merge requests found
......@@ -579,7 +579,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 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
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment