summaryrefslogtreecommitdiffstats
path: root/polyp/pstream.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/pstream.c')
-rw-r--r--polyp/pstream.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/polyp/pstream.c b/polyp/pstream.c
index 81ee0b43..02dba72d 100644
--- a/polyp/pstream.c
+++ b/polyp/pstream.c
@@ -169,6 +169,9 @@ struct pa_pstream *pa_pstream_new(struct pa_mainloop_api *m, struct pa_iochannel
p->memblock_stat = s;
+ pa_iochannel_socket_set_rcvbuf(io, 1024*8);
+ pa_iochannel_socket_set_sndbuf(io, 1024*8);
+
return p;
}