<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <link>https://hg.ecoscentric.com/ecos/</link>
    <language>en-us</language>

    <title>ecos: packages/net/common/current/tests/ping_test.c history</title>
    <description>packages/net/common/current/tests/ping_test.c revision history</description>
    <item>
    <title>Update all copyright banners to reflect FSF ownership; fix and improve licence text.</title>
    <link>https://hg.ecoscentric.com/ecos/log/74dbf4c3f2e1/packages/net/common/current/tests/ping_test.c</link>
    <description><![CDATA[Update all copyright banners to reflect FSF ownership; fix and improve licence text.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Thu, 29 Jan 2009 17:47:46 +0000</pubDate>
</item>
<item>
    <title>* tests/server_test.c: use socklen_t.</title>
    <link>https://hg.ecoscentric.com/ecos/log/f39bb84d8383/packages/net/common/current/tests/ping_test.c</link>
    <description><![CDATA[* tests/server_test.c: use socklen_t.<br/>
        * tests/nc_test_slave.c: use socklen_t and diag_print type fixes<br/>
        to stop warnings with gcc4.x<br/>
        * tests/tcp_echo.c: use socklen_t and diag_print type fixes to<br/>
        stop warnings with gcc4.x<br/>
        * tests/ping_test.c: use socklen_t.<br/>
        * tests/dhcp_test.c: use socklen_t.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Fri, 16 Sep 2005 15:15:14 +0000</pubDate>
</item>
<item>
    <title>Add example use of profiling to 'ping_test'</title>
    <link>https://hg.ecoscentric.com/ecos/log/1ded88da2dd4/packages/net/common/current/tests/ping_test.c</link>
    <description><![CDATA[Add example use of profiling to 'ping_test']]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Thu, 30 Oct 2003 14:12:45 +0000</pubDate>
</item>
<item>
    <title>Revert last accidental checkin of these files</title>
    <link>https://hg.ecoscentric.com/ecos/log/92d29f6f398a/packages/net/common/current/tests/ping_test.c</link>
    <description><![CDATA[Revert last accidental checkin of these files]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Wed, 23 Apr 2003 23:48:57 +0000</pubDate>
</item>
<item>
    <title>* doc/tcpip.sgml: Fix some docbook errors only reported by certain</title>
    <link>https://hg.ecoscentric.com/ecos/log/699b9301a235/packages/net/common/current/tests/ping_test.c</link>
    <description><![CDATA[* doc/tcpip.sgml: Fix some docbook errors only reported by certain<br/>
	Jade versions.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Wed, 23 Apr 2003 23:45:37 +0000</pubDate>
</item>
<item>
    <title>2003-04-12  Andrew Lunn  &lt;andrew.lunn@ascom.ch&gt;</title>
    <link>https://hg.ecoscentric.com/ecos/log/db3e0a2fda2f/packages/net/common/current/tests/ping_test.c</link>
    <description><![CDATA[2003-04-12  Andrew Lunn  &lt;andrew.lunn@ascom.ch&gt;<br/>
<br/>
	* src/network_support.c (init_loopback_interface): Close the<br/>
	socket when things go wrong otherwise we leak sockets.<br/>
<br/>
	* src/tftp_server.c (tftpd_server): Added support for IPv6 as well<br/>
	as IPv4. Extended the multithreading support so that it works<br/>
	correctly when there are multiple servers on multiple ports.<br/>
	* doc/tcpip.sgml: Documentation for the changes made to the tftp<br/>
	server.<br/>
<br/>
2003-04-10  Andrew Lunn  &lt;andrew.lunn@ascom.ch&gt;<br/>
<br/>
	* src/network_support.c (init_all_network_interfaces): Wait upto 4<br/>
	seconds for a router solicit message to be received. Once we have<br/>
	received the message we know we have a valid IPv6 address.<br/>
<br/>
	* src/tftp_client.c: Added support for IPv6. This requires two new<br/>
	functions, tftp_client_{get|put} which are protocol version<br/>
        independent.<br/>
	* tests/tftp_client_test.c (tftp_test): Added tests which use IPv6<br/>
	addresses.<br/>
<br/>
2003-04-07  Andrew Lunn  &lt;andrew.lunn@ascom.ch&gt;<br/>
<br/>
	* src/getaddrinfo.c (getaddrinfo): Correctly deal with node when<br/>
	its not NULL. Its OK for the address to not parse for an address<br/>
	family when AF_UNSPEC is passed in hints. Also get the socktype<br/>
	correct when wildcarding for services that use UDP.<br/>
	* tests/addr_test.c: Added more test cases which test IP addresses<br/>
	in number format as node.<br/>
<br/>
2003-04-05  Andrew Lunn  &lt;andrew.lunn@ascom.ch&gt;<br/>
<br/>
	* cdl/net.cdl: Added addr_tests to the HW tests.<br/>
	* tests/addr_test.c (net_test): void function not int.<br/>
	* tests/ping_test.c (net_test): Added IPv6 ping test. This pings<br/>
	the router which answers our router solicit message.<br/>
	* src/ipv6_routing_thread.c (cyg_rs): Print out the router<br/>
	advertisement message. Cleaned up the debug messages so they can<br/>
	be disabled.<br/>
	* src/ipv6_routing_thread.c (cyg_net_get_ipv6_advrouter): New<br/>
	function to return the address of the router.<br/>
	* include/network.h: Added prototype for above and<br/>
	ipv6_start_routing_thread which did not have a prototype.<br/>
	* src/ipv6_routing_thread.c (cyg_rs): Only wait 2 seconds before<br/>
	sending the first solicit request rather than 10.<br/>
	* src/dhcp_prot.c (do_dhcp_down_net): clear the if_laddrreq<br/>
	before using it. If the request fails finish the IPv4 code rather<br/>
	than returning,.<br/>
<br/>
2003-04-02  Andrew Lunn  &lt;andrew.lunn@ascom.ch&gt;<br/>
<br/>
	* tests/ping_lo_test.c: Added IPv6 ping test.<br/>
	* src/getproto.c: Added the protocol ipv6-icmp.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Wed, 23 Apr 2003 08:52:08 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2002-05-20-20:11:54-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/e0c0827131d1/packages/net/common/current/tests/ping_test.c</link>
    <description><![CDATA[Merge from eCos master repository on 2002-05-20-20:11:54-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Mon, 20 May 2002 22:19:26 +0000</pubDate>
</item>

  </channel>
</rss>
