Commit Graph

17 Commits

Author SHA1 Message Date
299951ced5 depot: update recipe hashes 2024-06-20 12:59:00 +02:00
4b9f4d8c38 depot: update recipe hashes 2024-05-30 08:20:21 +02:00
8baf19022c depot: update recipe hashes 2023-11-30 15:11:36 +01:00
79e262921e depot: update recipe hashes 2023-06-16 11:24:26 +02:00
583f2d6a36 depot: update recipe hashes 2023-05-30 12:13:34 +02:00
e9a497abe4 depot: update recipe hashes 2023-04-26 11:58:16 +02:00
73771669f1 depot: update recipe hashes 2023-03-13 14:32:54 +01:00
25eac6b9e6 depot: update recipe hashes 2023-01-24 12:07:33 +01:00
4dddc41b71 depot: update recipe hashes 2022-08-31 09:32:09 +02:00
44e2cd14a0 depot: update recipe hashes 2022-08-17 12:03:26 +02:00
3105fa9e0f depot: update recipe hashes 2022-05-25 12:23:04 +02:00
5611fd2355 depot: update recipe hashes 2021-12-17 15:06:38 +01:00
7618c9410a depot: update recipe hashes 2021-08-18 15:06:12 +02:00
fce525f122 depot: update recipe hashes 2021-07-28 11:27:05 +02:00
516a9a6925 depot: update recipe hashes 2021-05-05 11:35:31 +02:00
a981fb864c depot: update recipe hashes 2021-01-25 14:00:43 +01:00
cf72d1aac3 os: introduce new "Uplink" session
Adds new Uplink session interface, the corresponding client side (Client,
Connection), and the corresponding API archives. An Uplink session is almost
the same as a NIC session with the difference that the roles of the end points
are swapped. An Uplink client is the one that provides a network interface
(for instance, a NIC driver) whereas an Uplink server is the one that uses
that network interface (for instance, a networking stack).

Therefore, in contrast to the NIC session, MAC address and link state come from
the Uplink client. The link state is reflected through the lifetime of an
Uplink session: The client requests the session only when the link state is
"UP" and closes it whenever the link state becomes "DOWN" again. The MAC
address is transmitted from the Uplink client to the Uplink server as an
argument of the session request.

Ref #3961
2021-01-25 13:48:09 +01:00