javier-moreno-tridonic-com
51fd80bb63
Fixed assert failure on reconections
...
When the border router is switched off, the several retries will end up triggering the asserts in NanostackSocket::open. This is caused because socket_tbl elements, are never set to NULL.
2016-09-28 09:59:12 +02:00
Sam Grove
c940d0e20a
Merge pull request #2551 from ARMmbed/runtime_configuration
...
Remove IPv6 link time dependency on an RF phy
2016-09-16 17:17:51 -05:00
Russ Butler
126c8be053
Remove IPv6 link time dependency on an RF phy
...
Create a Nanostack rf phy class to wrap various rf physical interfaces.
Allow this phy to be set at runtime rather than compile time.
2016-08-31 15:24:51 -05:00
Russ Butler
dd07c522c9
Fix double free in NanostackInterface
...
When freeing all memory in the rx buffer chain set the head pointer to
NULL. This prevents the head rx buffer from getting freed twice.
2016-08-29 17:14:16 -05:00
Christopher Haster
1929c5b0ca
network-socket: Support for returning peer address from Nanostack accept
2016-08-12 12:57:26 -05:00
Seppo Takalo
359dc05f28
Move FEATURE_IPV6 under features/net
2016-07-25 21:49:07 -05:00