contiki/core/net
Oliver Schmidt 6463c91a4f Removed artifacts of former uip_appdata handling.
Adam Dunkels writes on 2/5/2017 on the Contiki mailing list:
[...] the original idea was that the application could just point the uip_appdata pointer to wherever the data was, but we then changed it so that the data actually had to be copied into the uip_aligned_buf buffer. So, yes, the network device driver should only need to read from this buffer. [...]

This change removes comments on the possibility of uip_appdata pointing somewhere outside the uip_aligned_buf. And it removes code in the SLIP drivers not necessary anymore.

Additionally it makes code in a SLIP driver optional that takes care of the Microsoft-specific CLIENT / SERVER / CLIENTSERVER chat.
2017-02-05 23:20:39 +01:00
..
http-socket
ip Removed artifacts of former uip_appdata handling. 2017-02-05 23:20:39 +01:00
ip64
ipv4
ipv6 Merge pull request #2073 from cetic/pr-fix-send-na 2017-01-20 13:18:43 +01:00
llsec noncoresec: Fix build errors with DEBUG set to 1 2016-06-23 22:10:43 +02:00
mac TSCH: fix indentation in tsch-packet.c 2017-01-10 11:45:59 +01:00
rime Make set_bits_in_byte() static (like for get_bits_in_byte) 2016-07-30 12:57:09 +02:00
rpl Merge pull request #2073 from cetic/pr-fix-send-na 2017-01-20 13:18:43 +01:00
link-stats.c Prevent interger overflow on the AVR 2016-11-05 22:46:42 +01:00
link-stats.h
linkaddr.c fixed comment. 2016-12-29 22:49:01 +01:00
linkaddr.h
nbr-table.c
nbr-table.h
net-debug.c
net-debug.h
netstack.c
netstack.h
packetbuf.c packetbuf: add packetbuf_remaininglen() 2016-12-14 14:19:46 +01:00
packetbuf.h packetbuf: add packetbuf_remaininglen() 2016-12-14 14:19:46 +01:00
queuebuf.c
queuebuf.h