zephyriot / zephyr-issues

0 stars 0 forks source link

Thread requirements in RFC1122 #779

Open nashif opened 8 years ago

nashif commented 8 years ago

Reported by Gajinder Vij:

The Thread Protocol imposes the following requirements on RFC1122: RFC1122.4.1.5: Pass received IP options to application layer RFC1122.4.1.5: Applic layer can specify IP options in Send (Optional) RFC1122.4.1.5: UDP passes IP options down to IP layer (Optional) RFC1122.4.1.5: Pass ICMP msgs up to applic layer RFC1122.4.1.5: Able to generate/check checksum RFC1122.4.1.5: Silently discard bad checksum RFC1122.4.1.5: Sender Option to not generate checksum (Optional) RFC1122.4.1.5: Receiver Option to require checksum (Optional) RFC1122.4.1.5: Pass spec-dest addr to application RFC1122.4.1.5: Applic layer can specify Local IP addr RFC1122.4.1.5: Applic layer specify wild Local IP addr RFC1122.4.1.5: Applic layer notified of Local IP addr used (Optional) RFC1122.4.1.5: Able to specify TTL, TOS, IP options when sending datagrams (Optional) RFC1122.4.1.5: Pass received TOS up to application layer (Optional)

(Imported from Jira ZEP-834)

nashif commented 7 years ago

by Jukka Rissanen:

While we likely have most of underlying enablers done for 1.7, the verification is still pending.

nashif commented 7 years ago

by ethan gao:

This is protocol base for upper Thread, and marked it as "Testable" to check from Thread application layer once Thread protocol implemented in Zephyr

nashif commented 7 years ago

by Andrei Laperie:

This item will be indirectly verified by Thread implementation, which is targeted past 1.7

nashif commented 7 years ago

by Mark Linkmeyer:

Per feedback from Andrei on its status and per review with Anas, this story will not make it into 1.8 so it's being removed from the list of stories planned for 1.8. Andrei to break up the story, as needed.

nashif commented 7 years ago

Related to GH-785