mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-18 20:57:56 +00:00
9cf4d5529a
This consistently handles abstract vs normal sockets with a single switch. overlay mdp tries to have both (abstract & normal) but the code paths seem different, I have consolidated them. Needs more testing.
6 lines
179 B
C
6 lines
179 B
C
int socket_bind(const char *name, int type, int reuse);
|
|
void socket_setname(struct sockaddr_un *sockname, const char *name, socklen_t *len);
|
|
void socket_done(const char *name);
|
|
|
|
|