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

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -