binaryninja/commercial/scc-docs/setsockopt.txt

14 lines
334 B
Plaintext
Raw Normal View History

2018-12-13 18:39:52 +00:00
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]