search for: transport_dgram_fallback

Displaying 1 result from an estimated 1 matches for "transport_dgram_fallback".

2023 Aug 04
0
[PATCH RFC net-next v5 03/14] af_vsock: support multi-transport datagrams
..., then that transport will be used and >> > > > > not "transport_dgram". This essentially makes "transport_dgram" a >> > > > > fallback transport for when h2g/g2h has not yet gone online, and so it >> > > > > is renamed "transport_dgram_fallback". VMCI implements this transport. >> > > > > >> > > > > The logic around "transport_dgram" needs to be retained to prevent >> > > > > breaking VMCI: >> > > > > >> > > > > 1) VMCI datagrams exist...