nes-proj/examples/libs/ipv6-uipbuf
Atis Elsts de3c154f48 UDP example code cleanup 2018-12-18 16:52:40 +00:00
..
Makefile Added example for uipbuf attributes 2018-05-14 08:30:28 -07:00
README.md Added example for uipbuf attributes 2018-05-14 08:30:28 -07:00
ipv6-uipbuf-cooja.csc Added example for uipbuf attributes 2018-05-14 08:30:28 -07:00
ipv6-uipbuf-sky.csc Added example for uipbuf attributes 2018-05-14 08:30:28 -07:00
project-conf.h Added example for uipbuf attributes 2018-05-14 08:30:28 -07:00
udp-client.c UDP example code cleanup 2018-12-18 16:52:40 +00:00
udp-server.c Added example for uipbuf attributes 2018-05-14 08:30:28 -07:00

README.md

This example is meant to showcase the capabilities of uipbuf. It currently focuses only on UIPBUF_ATTR_MAX_MAC_TRANSMISSIONS, which lets an application set a custom max number of MAC transmissions. Optionally, this information can be passed on over multiple hops, so that the attribute applies along the full path. This requires setting UIP_CONF_TAG_TC_WITH_VARIABLE_RETRANSMISSIONS.