Skip to content

Instantly share code, notes, and snippets.

@laheadle
Created January 2, 2013 03:43
Show Gist options
  • Save laheadle/4431954 to your computer and use it in GitHub Desktop.
Save laheadle/4431954 to your computer and use it in GitHub Desktop.
local maxpacketlen=512
local headerlen = versionsize + filenamelensize +
contentlensize + fromsize + seqsize
local bodylen = maxpacketlen - headerlen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment