squid icon indicating copy to clipboard operation
squid copied to clipboard

Portability cleanup setsockopt() calls

Open yadij opened this issue 1 year ago • 3 comments

error: cannot convert 'int*' to 'const char*'

Ensure that parameter 4 is cast properly to char* which is known to be compatible with all known API declarations for this function.

Ensure that parameter 5 is passed the size of object in parameter 4 whenever possible, instead of the theoretical type size.

yadij avatar May 20 '23 12:05 yadij