Skip to content

Platform-specific operations now responsibility of Socket

Zeeshan Ali Khan requested to merge zeenix/zbus:socket-refactor into main

Two goals here:

  • Refactor the code so that users of Socket don't need any knowledge of low-level platform-specific details and we don't need to pass the socket as FD around.
  • Users can plug-in their own Socket impls that can handle EXTERNAL auth (e.g unix socket based).
Edited by Zeeshan Ali Khan

Merge request reports