<?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>nRF9160 throughput</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/48833/nrf9160-throughput</link><description>As a quick and dirty way to test throughput, I am sending non-confirm-able coap POSTs to my coap server and time stamping them. 
 Only 3 packets per second get sent. The other packets fail with the prink error message in the cope snippet below. Is there</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 02 Jul 2019 14:00:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/48833/nrf9160-throughput" /><item><title>RE: nRF9160 throughput</title><link>https://devzone.nordicsemi.com/thread/196029?ContentTypeID=1</link><pubDate>Tue, 02 Jul 2019 14:00:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf4fa37e-0196-4e04-82b2-5f2d53643daf</guid><dc:creator>Martin Lesund</dc:creator><description>&lt;p&gt;Hi Austin,&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;What NCS tag have you based your sample on?&lt;/p&gt;
&lt;p&gt;What is the modem firmware version you are running on your device?&lt;br /&gt;&lt;br /&gt;Can you enable logging and increase the logging level to DEBUG to get some additional information out?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 throughput</title><link>https://devzone.nordicsemi.com/thread/194164?ContentTypeID=1</link><pubDate>Fri, 21 Jun 2019 22:55:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:036103df-9d0a-434e-a87f-0d44f78ea95e</guid><dc:creator>austinaoe</dc:creator><description>&lt;p&gt;After turning on the Coap Trace, I can see now the coap_alloc_fn is failing in the function&amp;nbsp;internal_coap_message_send&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;buffer = coap_alloc_fn(request_length);
	if (buffer == NULL) {
		COAP_TRC(&amp;quot;buffer alloc error = 0x%08lX!&amp;quot;,
			 (unsigned long)err_code);
		COAP_EXIT();
		return err_code;
	}&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>