<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Teeworlds Forum — too weak connection (not acked for 10 seconds)]]></title>
		<link>https://www.teeworlds.com/forum/viewtopic.php?id=3510</link>
		<atom:link href="https://www.teeworlds.com/forum/extern.php?action=feed&amp;tid=3510&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in too weak connection (not acked for 10 seconds).]]></description>
		<lastBuildDate>Wed, 25 Feb 2009 18:25:28 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[too weak connection (not acked for 10 seconds)]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=35883#p35883</link>
			<description><![CDATA[<p>This error message popped up recently on a couple of people on a custom version of tw I run.</p><p>It occured, ofcourse, on much larger non-official gametype maps, however I don&#039;t think it hurts to double the 10 second ack, and 1 second packet resend timeout - or even have this as a server cvar.</p><p>I&#039;ve altered <br /></p><div class="codebox"><pre><code>if(now-resend-&gt;first_send_time &gt; time_freq()*10)</code></pre></div><p>to<br /></p><div class="codebox"><pre><code>if(now-resend-&gt;first_send_time &gt; time_freq()*20)</code></pre></div><p>and </p><div class="codebox"><pre><code>if(now-resend-&gt;last_send_time &gt; time_freq())</code></pre></div><p>to</p><div class="codebox"><pre><code>if(now-resend-&gt;last_send_time &gt; time_freq()*2)</code></pre></div><p>in <strong>e_network_conn.c</strong></p><p>And the error no longer pops up (as it gives more time to process for lower ping&#039; users)<br />Being able to dynamically set this value would be ideal - but I have no use. Just a little fix I ran into and thought i&#039;de share, incase anyone runs into the same problem. Posted for reference.</p>]]></description>
			<author><![CDATA[null@example.com (Retime)]]></author>
			<pubDate>Wed, 25 Feb 2009 18:25:28 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=35883#p35883</guid>
		</item>
	</channel>
</rss>
