moonbridge
log moonbridge.c
age | author | description |
---|---|---|
2021-02-05 | jbe | Added missing include of fcntl.h to avoid compiler warning under Linux |
2017-12-04 | jbe | Linux compatibility: do not set sun_len |
2017-11-24 | jbe | Bugfix: Properly set sun_len, sun_family, and addrlen when filling sockaddr_un struct (using maximum possible length) |
2017-11-24 | jbe | Fixed use of INET_ADDRSTRLEN constant (for IPv4) |