genode/repos/libports/src/test/lwip/pingpong
Norman Feske ca971bbfd8 Move repositories to 'repos/' subdirectory
This patch changes the top-level directory layout as a preparatory
step for improving the tools for managing 3rd-party source codes.
The rationale is described in the issue referenced below.

Issue #1082
2014-05-14 16:08:00 +02:00
..
client Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
server Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
pingpong.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
pingpong.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

Pingpong is a simple test where a client sends ping packets with different
sizes to a server. The client has to specify the serverip in its config
as well as the start and end of the ping packet sizes in bytes.

! <start name="test-ping_client">
! 	<resource name="RAM" quantum="16M"/>
! 	<config>
! 		<argv verbose="1" serverip="x.x.x.x" startsize="256" endsize="32768" />
! 	</config>
! </start>

If verbose is set 1 the client and the server will print the id and the
size of each packet (packet header + payload size).