Skip to content

[th/ovsdb] rework handling socket data for ovsdb unix socket

Thomas Haller requested to merge th/ovsdb into main

use the plain file descriptor for reading/writing data to the OVSDB unix socket, instead of GSocket/GSocketConnection/GInputStream/GOutputStream. Those abstractions IMO are more confusing than helpful.

Merge request reports