<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>nRF9151-DK - maximum number of simultaneous TCP connections (LTE-M)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126652/nrf9151-dk---maximum-number-of-simultaneous-tcp-connections-lte-m</link><description>Hello, 
 I would like to ask what is the maximum number of simultaneous TCP connections that can be operated on nRF9151-DK while using LTE-M? 
 Alternatively, is it possible to make some adjustments so that as many sockets as possible can be opened at</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 22 Jan 2026 12:57:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126652/nrf9151-dk---maximum-number-of-simultaneous-tcp-connections-lte-m" /><item><title>RE: nRF9151-DK - maximum number of simultaneous TCP connections (LTE-M)</title><link>https://devzone.nordicsemi.com/thread/559364?ContentTypeID=1</link><pubDate>Thu, 22 Jan 2026 12:57:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2e3e42f4-3701-4400-89d9-f88745872cd1</guid><dc:creator>Samruddhi Jadhav</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;1) Our documentation doesn&amp;#39;t state one specific number (as maximum) for TCP connections on nRF9151 over LTE-M. However, for nRF91 devices, the modem contains around 5 sockets on its side which are available. For TLS, there are some limits such as 2-3 active secure connections at the same time. This depends on the certificate sizes. So, for TCP (non-TLS) the limit is around those 5 sockets.&lt;/p&gt;
&lt;p&gt;2) Within the modem limits, Zephyr can be tuned&amp;nbsp;in order to&amp;nbsp;make sure that the OS doesn&amp;#39;t go out of resources before the modem. To do this, the max number of FDs can be increased. CONFIG_ZVFS_OPEN_MAX can be increased to 8 or CONFIG_POSIX_MAX_FDS can be set to 8. Also make sure to set the socket options to CONFIG_NET_SOCKETS=y and CONFIG_NET_SOCKETS_OFFLOAD=y. This should let you use all modem sockets (around 5).&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Samruddhi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>