0

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!

gpu
  • 129
  • 10
  • 1
    Don't get what you mean by "domain socket", but in general, sockets are layers below the protobuf protocol. So, NO, with common sockets. – RodolfoAP Jan 27 '23 at 08:57

0 Answers0