fixed buffer management in case of packet fragmentation; improved test pattern with pseudo random to avoid pattern simulation

Fork of NSAPITests by Licio Mapelli

History

Fixed buffer wraparound in case of packet fragmentation; improved test pattern with pseudo random to avoid pattern simulation. default tip

2016-10-26, by mapellil [Wed, 26 Oct 2016 09:52:29 +0000] rev 13

Fixed buffer wraparound in case of packet fragmentation; improved test pattern with pseudo random to avoid pattern simulation.


-set socket options before ?socket.bind?; -listen for incoming SOCK_STREAM connections only before ?socket.accept?; ; resolves error in ubuntu linux ("address already in use"); ;

2016-06-06, by mridup [Mon, 06 Jun 2016 08:42:21 +0000] rev 12

-set socket options before ?socket.bind?; -listen for incoming SOCK_STREAM connections only before ?socket.accept?; ; resolves error in ubuntu linux ("address already in use"); ;


Add support for IPv6

2016-05-10, by c1728p9 [Tue, 10 May 2016 21:38:38 -0500] rev 11

Add support for IPv6


Updated NSAPITests to match changes in the NSAPI

2016-04-21, by Christopher Haster [Thu, 21 Apr 2016 01:54:51 -0500] rev 10

Updated NSAPITests to match changes in the NSAPI

- separated tests to tcp/udp tests
- added appropriate open/close tests
- added flushing behaviour to take care of garbage
- increased test size to 2048 bytes


Switching from strstr to memcmp for return data checks. Also fixing a printf

2016-03-03, by bridadan [Thu, 03 Mar 2016 21:04:29 +0000] rev 9

Switching from strstr to memcmp for return data checks. Also fixing a printf


Removing wayward printf and reducing max packet size in tests

2016-03-03, by bridadan [Thu, 03 Mar 2016 20:39:45 +0000] rev 8

Removing wayward printf and reducing max packet size in tests


Adding different packet sizes for socket tests. Also making sure non-blocking recv is non-blocking

2016-03-03, by Brian Daniels [Thu, 03 Mar 2016 14:19:34 -0600] rev 7

Adding different packet sizes for socket tests. Also making sure non-blocking recv is non-blocking


Merging test server ports

2016-03-03, by Brian Daniels [Thu, 03 Mar 2016 13:10:13 -0600] rev 6

Merging test server ports


Changing tests to use echo server. Merging send and recv tests.

2016-03-03, by Brian Daniels [Thu, 03 Mar 2016 13:08:27 -0600] rev 5

Changing tests to use echo server. Merging send and recv tests.


Changed to just an echo server

2016-03-02, by Christopher Haster [Wed, 02 Mar 2016 18:02:47 -0600] rev 4

Changed to just an echo server