Increase file descriptors in default network cfg

Make sure we can start the Telnet server in the default configuration.
This commit is contained in:
Sebastian Huber 2018-10-10 14:12:51 +02:00
parent 91327bd82a
commit 175c1f8e0b

View File

@ -269,7 +269,7 @@ Init(rtems_task_argument arg)
#define CONFIGURE_APPLICATION_NEEDS_ZERO_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_LIBBLOCK
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 32
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 64
#define CONFIGURE_MAXIMUM_USER_EXTENSIONS 1