14 lines
334 B
Plaintext
14 lines
334 B
Plaintext
setsockopt
|
|
==========
|
|
:title: Shellcode Compiler Runtime
|
|
|
|
---------------------------------------------
|
|
int setsockopt(int fd, int level, int optname, const void* optval, socklen_t optlen);
|
|
---------------------------------------------
|
|
|
|
Sets the value of an option for socket `fd`.
|
|
|
|
See also
|
|
--------
|
|
link:getsockopt.html[getsockopt]
|