Increased TS buffer size to one megabyte to avoid overrun errors on my RPi.

This commit is contained in:
Rolf Ahrenberg 2014-12-01 20:26:19 +02:00
parent 9b88c0d55f
commit 0fe1722dee
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#define SATIP_MAX_DEVICES MAXDEVICES
#define SATIP_BUFFER_SIZE KILOBYTE(512)
#define SATIP_BUFFER_SIZE KILOBYTE(1024)
#define SATIP_DEVICE_INFO_ALL 0
#define SATIP_DEVICE_INFO_GENERAL 1