<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jul 19, 2019, 12:14 PM  <<a href="mailto:Richard.Glossop@l3harris.com">Richard.Glossop@l3harris.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="m_2231477363670623915WordSection1">
<p class="MsoNormal">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 ?</p></div></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Each socket requires a file descriptor CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS should be the parameter.</div><div dir="auto"><br></div><div dir="auto">Check the Configuring a System chapter in the Classic API guide to confirm (or confdefs.h)</div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div lang="EN-US" link="#0563C1" vlink="#954F72"><div class="m_2231477363670623915WordSection1"><p class="MsoNormal"><u></u><u></u></p>
</div>
<span><span><br> </span> </span><br>
<div><span style="FONT-FAMILY:Times New Roman"><span style="FONT-SIZE:14px">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.</span></span>
<div style="FONT-SIZE:14px;FONT-FAMILY:"Times New Roman""><br></div></div></div>

_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@rtems.org" target="_blank" rel="noreferrer">users@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/users" rel="noreferrer noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/users</a></blockquote></div></div></div>