Skip to content

Instantly share code, notes, and snippets.

@laheadle
Created January 2, 2013 03:44
Show Gist options
  • Save laheadle/4431957 to your computer and use it in GitHub Desktop.
Save laheadle/4431957 to your computer and use it in GitHub Desktop.
local sendpacketbuf = ffi.new('uint8_t[?]', maxpacketlen)
local recvpacketbuf = ffi.new('uint8_t[?]', maxpacketlen)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment