]> www.infradead.org Git - users/dhowells/kafs-utils.git/commit
Implement basic I/O on top of an AF_RXRPC socket
authorDavid Howells <dhowells@redhat.com>
Mon, 30 Sep 2019 09:13:00 +0000 (10:13 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 5 May 2023 09:06:45 +0000 (10:06 +0100)
commitb192430aeced39849fa7666dd42d8172a89628c2
tree7f19c2a12ade1a98f0419ca3868a06333fb62bca
parent07db9a8f641c04e4e8c595b92c98296a51faf12e
Implement basic I/O on top of an AF_RXRPC socket

Implement basic I/O on top of an AF_RXRPC socket so that the codecs
generated by rxgen.py will work.

Signed-off-by: David Howells <dhowells@redhat.com>
.gitignore
Makefile [new file with mode: 0644]
lib/Makefile [new file with mode: 0644]
lib/af_rxrpc.C [new file with mode: 0644]
lib/rxrpc.H [new file with mode: 0644]
lib/rxrpc_core.C [new file with mode: 0644]
lib/rxrpc_xdr.C [new file with mode: 0644]
lib/transport.H [new file with mode: 0644]