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

reverted readsize value

parent 8a20eb21
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ static int sockfd;
/* The "pd_readsocket" command, which polls the socket. */
#define CHUNKSIZE 20000 /* chunks to allocate memory for reading socket */
#define READSIZE 2000 /* size of read to issue */
#define READSIZE 1000 /* size of read to issue */
static char *pd_tkbuf = 0; /* buffer for reading */
static int pd_tkbufsize = 0; /* current buffer size */
......
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