-
- Downloads
Fix a memory leak in setsockopt.
For now don't allocate memory, so we don't have to free it. This will not work for all future socket options, but it simplifies things for now.
Please register or sign in to comment
For now don't allocate memory, so we don't have to free it. This will not work for all future socket options, but it simplifies things for now.