darkice icon indicating copy to clipboard operation
darkice copied to clipboard

Use correct addrlen when connecting

Open bramton opened this issue 10 months ago • 0 comments

My FreeBSD system is rather picky about the correct size of the address structure. The current implementation will always use the size of sockaddr_storage, which is 128 bytes. The suggested code corrects this.

bramton avatar Apr 04 '24 12:04 bramton