<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>RSPS.App | Site-Wide Activity</title>
	<link>https://rsps.app/activity/</link>
	<atom:link href="https://rsps.app/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for the entire site.</description>
	<lastBuildDate>Tue, 31 Jan 2023 20:18:33 +0000</lastBuildDate>
	<generator>https://buddypress.org/?v=11.0.0</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">4b7ede69718a9edac734f8feb306145d</guid>
				<title>rspsapp started the topic Calculating packet size in the forum General Chat</title>
				<link>https://rsps.app/forums/topic/calculating-packet-size/</link>
				<pubDate>Tue, 16 Aug 2022 12:15:32 +0000</pubDate>

									<content:encoded><![CDATA[<p>You determine the packet size by adding up the amount of bytes the payload will use and if the packet size is not fixed you use -1 (max payload size of 256) or -2 (unsigned short max value)</p>
<p>byte &#8211; 1<br />
short &#8211; 2<br />
int &#8211; 4<br />
long &#8211; 8<br />
double &#8211; 8</p>
<p>example</p>
<p><code><br />
        out.writeShort(column); // 2<br />
        out.writeByte(4); // 1<br />
        out.writeShort(slot);&hellip;</code><span class="activity-read-more" id="activity-read-more-2"><a href="https://rsps.app/forums/topic/calculating-packet-size/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>