Wednesday 15 May 2013

google chrome - Raw sockets on NaCl? -



google chrome - Raw sockets on NaCl? -

right i'm trying migrate code written in c application chrome browser.

i'm new in programming on nacl chrome apps , don't if native client can utilize raw sockets. need utilize raw sockets because must create modified packets such udp ttl low.

so in general question is, can utilize raw sockets (c style) nacl? if reply yes, if provide information, great.

you can utilize tcp , udp sockets, via nacl_io library. @ nacl_io demo in native client sdk. can found in subdirectory examples/demo/nacl_io_demo.

please note these sockets apis allowed when running chrome app, not on open web.

sockets google-chrome google-nativeclient raw-sockets

No comments:

Post a Comment