is it necessary to use protobuf for domain socket(local socket) while IPC?
if there is only 1 struct(not big) as protocol, no need to use protobuf for domain socket?
otherwise, if there were many structs as protocols, need to use protobuf as 3rdparty lib, even for domain socket for IPC?
THANKS!