Socket Resources Question

Joel Sherrill joel at rtems.org
Fri Jul 19 18:08:18 UTC 2019


On Fri, Jul 19, 2019, 12:14 PM <Richard.Glossop at 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 at rtems.org
> http://lists.rtems.org/mailman/listinfo/users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/users/attachments/20190719/785e6546/attachment.html>


More information about the users mailing list