Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nerrons
purr-data
Commits
4d5f1c16
Commit
4d5f1c16
authored
Sep 04, 2015
by
Jonathan Wilkes
Browse files
Use Pd-Vanilla values for BYTESPERPING
parent
4d62bb92
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/s_inter.c
View file @
4d5f1c16
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment