--- embedaddon/mpd/src/tcp.c	2012/02/21 23:32:47	1.1
+++ embedaddon/mpd/src/tcp.c	2016/11/01 09:56:12	1.1.1.2
@@ -26,7 +26,12 @@
 #define TCP_MRU		2048
 #define LISTENHOOK		"listen"
 
+#ifndef SMALL_SYSTEM
 #define TCP_MAXPARENTIFS	256
+#else
+#define TCP_MAXPARENTIFS	64
+#endif
+
 
 struct tcpinfo {
 	/* Configuration */