google chrome - Raw sockets on NaCl? -
I am currently trying to migrate the code written in Chrome to Chrome browser.
I'm new to programming on NaCl for Chrome apps and I do not really get good if I can use raw sockets with the original client. I need to use raw sockets because I am modifying the modified packets like UDP with TDL.
So in general my question is, can I use raw sockets with nose? If the answer is yes, if you can provide some additional information, then it would be great.
You can use TCP and UDP sockets, through the NACL_O library. See nacl_io demo in the original client SDK This subdirectory can be found in example / demo / nacl_o_demon
.
Please note that these socket APIs are only allowed on running Chrome apps, not on the open web.
Comments
Post a Comment