On Fri, Jul 19, 2019, 12:14 PM <richard.glos...@l3harris.com> wrote: > I’ve recently included the FTP library for RTEMS and it is operational but > I’m now getting a socket creation error in an un-related thread that had > been operating normally. I don’t see a #define CONFIGURE_ specifically for > sockets. Is FTP eating up a resource that I need elsewhere ? >
Each socket requires a file descriptor CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS should be the parameter. Check the Configuring a System chapter in the Classic API guide to confirm (or confdefs.h) > > > CONFIDENTIALITY NOTICE: This email and any attachments are for the sole > use of the intended recipient and may contain material that is proprietary, > confidential, privileged or otherwise legally protected or restricted under > applicable government laws. Any review, disclosure, distributing or other > use without expressed permission of the sender is strictly prohibited. If > you are not the intended recipient, please contact the sender and delete > all copies without reading, printing, or saving. > > _______________________________________________ > users mailing list > users@rtems.org > http://lists.rtems.org/mailman/listinfo/users
_______________________________________________ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users