Merge pull request #5249 from JuhPuur/master

Nanostack v6.2.2
pull/5264/head
Jimmy Brisson 2017-10-05 10:03:01 -05:00 committed by GitHub
commit f47d8e94fb
73 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
#include "ns_types.h"
/**
* \brief Makes TCP protocol drop given number of packets from a particular state (TX side, tcp_down()).
* \brief Makes TCP protocol drop given number of packets from a particular state (TX side).
*
* Testing API for TCP retransmission mechanism after a packet is dropped in a particular state.
*
@ -35,7 +35,7 @@
int8_t arm_nwk_test_tcp_drop_tx(int state, uint8_t count);
/**
* \brief Makes TCP protocol drop given number of packets from a particular state (RX side, tcp_up()).
* \brief Makes TCP protocol drop given number of packets from a particular state (RX side).
*
* Testing API for TCP to drop received packets.
*