Tagged Questions
1
vote
2answers
239 views
Sending structs through Unix domain sockets
I am using Unix domain sockets to do some interprocess communication in Linux. Upon connection, the client sends a struct using send to the server. This struct contains some information about the ...