Stephan Gatzka
110849d422
Make functions and structs dealing with string literals const correct.
...
This allows the compiler to check if someone writes into string
literals.
Signed-off-by: Stephan Gatzka <stephan.gatzka@gmail.com>
2014-02-07 19:41:47 +01:00
Geoff Salmon
e010937783
transport: adds interface for getting type, and physical/protocol address
...
Needed for CLOCK_DESCRIPTION management TLV.
2013-01-14 19:12:18 +01:00
Richard Cochran
beb3d5d821
Expand the transport layer interface with a peer transmission method.
...
Signed-off-by: Richard Cochran <richardcochran@gmail.com>
2012-04-05 17:48:59 +02:00
Richard Cochran
29463cd306
Make the transport layer more opaque.
...
Although the UDP/IPv4 layer does not need any state per instance (other
than the two file descriptors), the raw Ethernet layer will need this.
Signed-off-by: Richard Cochran <richardcochran@gmail.com>
2012-03-13 08:28:37 +01:00