<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://test.amule.szerverem.hu/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://test.amule.szerverem.hu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=62.82.173.150</id>
		<title>AMule Project FAQ - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://test.amule.szerverem.hu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=62.82.173.150"/>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Special:Contributions/62.82.173.150"/>
		<updated>2026-04-05T08:50:13Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Test_port</id>
		<title>Test port</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Test_port"/>
				<updated>2005-06-07T17:14:25Z</updated>
		
		<summary type="html">&lt;p&gt;62.82.173.150: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Having a [[FAQ_ed2k#What_is_LowID_and_HighID?|Low ID]] is a common problem in the [[FAQ_ed2k]] network. In [[Main_Page|this wiki]] you can find [[Firewall|several]] [[AMule_problems#aMule_connects_to_server,_but_it_is_always_given_Low-ID._Why?_and,_can_I_do_something_about_it?|articles]] which might help you to get a [[FAQ_ed2k#What_is_LowID_and_HighID?|High ID]].&lt;br /&gt;
&lt;br /&gt;
Since having a [[FAQ_ed2k#What_is_LowID_and_HighID?|Low ID]] is almost always due to having the [[FAQ_ed2k]] [[port]]s publicly unavailable, [[aMule]] has set up a web page so you can test your ports to see if that is your problem.&lt;br /&gt;
&lt;br /&gt;
Please visit http://www.amule.org/testport.php and test!&lt;/div&gt;</summary>
		<author><name>62.82.173.150</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Packet</id>
		<title>Packet</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Packet"/>
				<updated>2005-06-07T17:04:25Z</updated>
		
		<summary type="html">&lt;p&gt;62.82.173.150: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A packet, in computer nets' context, is a small amount of data (in fact, a specific amount of bytes) which are sent to some other computer through a network.&lt;br /&gt;
&lt;br /&gt;
Packets contain, appart from the data itself, some meta-data which may vary depending on the network's specification but are usually, at least, the [[IP address]] where they pretend to be delivered to and the [[port]] which is waiting for it.&lt;/div&gt;</summary>
		<author><name>62.82.173.150</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Port</id>
		<title>Port</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Port"/>
				<updated>2005-06-07T16:59:15Z</updated>
		
		<summary type="html">&lt;p&gt;62.82.173.150: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
&lt;br /&gt;
A port is a number between ''0'' and ''65535'' which allows a [[server]] or [[client]] to know which which application the remote connection is trying to connect.&lt;br /&gt;
&lt;br /&gt;
Together with an [[IP]] (which specifies the exact computer, either [[server]] or [[client]], with which some computer is trying to connect to) it specifies the exact destination the connection must get to. It is written in the form ''IP:PORT'' most commonly.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
For example, [[aMule]] usually uses port ''4662''. So let's suppose your [[IP]] is ''80.0.0.1''. Now let's say some computer somewhere sends a [[packet]] to ''80.0.0.1:4662''. This [[packet]] is going to be sent to ''80.0.0.1'', which is your computer, and once there, it will be delivered to port ''4662'', which most probably will be a port where [[aMule]] will be listening, so it will get to [[aMule]]. [[aMule]] will read the [[packet]] and act depending on what its content is.&lt;br /&gt;
&lt;br /&gt;
If the packet was sent to ''80.0.0.1:21'' it will also get to you, but (probably) not to [[aMule]] since [[aMule]] will no be listening on that port. If some other application is listening to it (possible some [http://www.faqs.org/rfcs/rfc959.html FTP] [[server]]), it will read its contents and act depending on what they are. If no application is listening to that port, then the [[packet]] will just fail to be delivered. Though it got to your computer, no application was waiting for it, so it will be refused.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
Other articles you might want to check:&lt;br /&gt;
*[[Test port]]s&lt;br /&gt;
*[[IP address]]es&lt;/div&gt;</summary>
		<author><name>62.82.173.150</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/IP_address</id>
		<title>IP address</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/IP_address"/>
				<updated>2005-06-07T16:49:25Z</updated>
		
		<summary type="html">&lt;p&gt;62.82.173.150: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
An [http://www.faqs.org/rfcs/rfc791.html IP] address is a unique value you are given when connecting to a net using the [http://www.faqs.org/rfcs/rfc791.html Internet Protocol].&lt;br /&gt;
&lt;br /&gt;
== [http://www.faqs.org/rfcs/rfc791.html IPv4] ==&lt;br /&gt;
&lt;br /&gt;
Internally, [http://www.faqs.org/rfcs/rfc791.html IP] addresses are 4 bytes numbers. Anyway, their common use is splitting this addresses into 1 byte numbers with a dot (''.'') between them. Since the range of values a 1 byte number can be is 0 - 255, the range of [http://www.faqs.org/rfcs/rfc791.html IP] addresses goes from ''0.0.0.0'' to ''255.255.255.255'' which makes up to 2^(4*8) possible [http://www.faqs.org/rfcs/rfc791.html IP] addresses.&lt;br /&gt;
&lt;br /&gt;
== [http://www.iana.org/assignments/ipv6-address-space IPv6] ==&lt;br /&gt;
&lt;br /&gt;
This is the new revised [http://www.faqs.org/rfcs/rfc791.html IP] protocol version, which is meant to replace the old limited [http://www.faqs.org/rfcs/rfc791.html IPv4].&lt;br /&gt;
&lt;br /&gt;
It is mostly compatible with [http://www.faqs.org/rfcs/rfc791.html IPv4], either directly or indirectly (through middle-way translators).&lt;br /&gt;
&lt;br /&gt;
[http://www.iana.org/assignments/ipv6-address-space IPv6] addresses are 16 bytes long and are normally written as eight groups of four hexadecimal digits, each group separated from the others by a colon ('':''). For example:&lt;br /&gt;
&lt;br /&gt;
  34fe:3f25:8d34:0000:46d9:0903:47ef:32aa&lt;br /&gt;
&lt;br /&gt;
When all four hex digits in a group are 0s (''0000''), that group can be omitted or replaced by a single 0. For example:&lt;br /&gt;
&lt;br /&gt;
  34fe:3f25:8d34::46d9:0903:47ef:32aa&lt;br /&gt;
  34fe:3f25:8d34:0:46d9:0903:47ef:32aa&lt;br /&gt;
&lt;br /&gt;
Leading 0s can be omitted. For example:&lt;br /&gt;
&lt;br /&gt;
  34fe:3f25:8d34::46d9:903:47ef:32aa&lt;br /&gt;
&lt;br /&gt;
If more than one '''consecutive''' group has only digits with value 0, they may all be replaced by onyl two colons. For example:&lt;br /&gt;
&lt;br /&gt;
  34fe:3f25:8d34:0000:0000:0000:0000:32aa&lt;br /&gt;
&lt;br /&gt;
would become&lt;br /&gt;
&lt;br /&gt;
  34fe:3f25:8d34::32aa&lt;br /&gt;
&lt;br /&gt;
[http://www.faqs.org/rfcs/rfc791.html IPv4] addresses can be easily written in [http://www.iana.org/assignments/ipv6-address-space IPv6] by doing ''::ffff:[http://www.faqs.org/rfcs/rfc791.html IPv4]-address''. For example:&lt;br /&gt;
&lt;br /&gt;
  ::ffff:192.168.0.1''&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
Don't confuse this number with the [[FAQ_eD2k-Kademlia#What_is_LowID_and_HighID?|eD2k IDs]]. [http://www.faqs.org/rfcs/rfc791.html IP] addresses are to identify you anywhere in the net you are connected to, while [[FAQ_eD2k-Kademlia#What_is_LowID_and_HighID?|eD2k ID's]] are only used to identify you on that [[FAQ_eD2k-Kademlia#What_is_ED2K?|eD2k]] [[server]] you are connected to.&lt;br /&gt;
&lt;br /&gt;
You might also want to check what [[port]]s are.&lt;/div&gt;</summary>
		<author><name>62.82.173.150</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Server.met_file</id>
		<title>Server.met file</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Server.met_file"/>
				<updated>2005-06-07T16:44:37Z</updated>
		
		<summary type="html">&lt;p&gt;62.82.173.150: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== File ==&lt;br /&gt;
&lt;br /&gt;
'''Name:''' ''server.met''&lt;br /&gt;
&lt;br /&gt;
'''Location:''' ''~/.aMule/''&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Binary file containing the list of [[server]]s known to [[aMule]].&lt;br /&gt;
&lt;br /&gt;
Because its in binary format, it must be changed within [[aMule]], or with other appropriate tools.&lt;br /&gt;
&lt;br /&gt;
The format description below is for development information purposes.&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
&lt;br /&gt;
This file's fields are written in [[little endian]] order.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' All digit fields are unsigned unless stated.&lt;br /&gt;
&lt;br /&gt;
*Met Header (1 Byte): With value ''Ox0E'', and is used in [[aMule]] to check for valid ''server.met'' files&lt;br /&gt;
*Server Count (4 Bytes): Lists the number of [[server]]s that follow&lt;br /&gt;
*Block of servers: Each [[server]] is constituted by the following fields:&lt;br /&gt;
**[[Server]] [[IP]] (4 Bytes): Simply that. The [[server]]'s [[IP]].&lt;br /&gt;
**[[Server]] [[Port]] (2 Bytes):  Simply that. The [[port]] through which [[aMule]] will connect to the [[server]].&lt;br /&gt;
**Tag Count (4 Bytes): Lists the number of [[server]] tags that follows.&lt;br /&gt;
**Block of Tags: Each [[server]] can have a list of associated tags for further information about them. Each tag has the following format:&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;/div&gt;</summary>
		<author><name>62.82.173.150</name></author>	</entry>

	</feed>