James Prestwood

Results 5 issues of James Prestwood

jslinux was manually parsing arguments which is ugly. The optarg functionality does argument parsing automatically. Also, a usage print was added in the case of invalid arguments or if --help...

It would be nice to add a code style checker to the build so people can more easily abide by our coding style. One option is uncrustify which I have...

enhancement

DNS is missing lookup functionality. There is no implementation for: **int uv_getnameinfo(uv_loop_t\* loop, uv_getnameinfo_t\* req, uv_getnameinfo_cb getnameinfo_cb, const struct sockaddr\* addr, int flags)**

I noticed that regardless of signal strength or packet drop the clients always remain connected. This is because every frame sent is automatically acked to the kernel and never passes...

Before this change every CMD_FRAME coming from the kernel would be ack'ed locally through the TX_INFO command. This tells the client that the frame was acked in all cases, regardless...