genode/repos/os
Martin Stein 373134c4e7 net: safer access to packet data
Replace packet method 'T *data' by the new methods 'T &reinterpret_data'
for parsing or modifying existing sub-protocol packets and 'T
&construct_at_data' for composing a new sub-protocol packet. This has
the advantage that, when composing a new packet, the default constructor
that zero-fills the packet is always called first.

Fixes 
2018-05-03 15:31:54 +02:00
..
doc Remove obsolete RAM/CAP services from run scripts 2017-05-31 13:16:22 +02:00
include net: safer access to packet data 2018-05-03 15:31:54 +02:00
lib net: ICMP protocol 2018-04-10 11:11:52 +02:00
recipes depot: gpu_session recipe 2018-05-03 15:31:20 +02:00
run os: new Input::Event representation 2018-05-03 15:31:25 +02:00
src net: safer access to packet data 2018-05-03 15:31:54 +02:00
README API documentation refinements 2017-05-31 13:16:21 +02:00

This source-code repository contains genuine low-level OS components and
interfaces of Genode. It solely depends on the framework's base API.