Skip to content

Instantly share code, notes, and snippets.

@jots
Last active August 29, 2015 14:00
Show Gist options
  • Save jots/9a003099f6417da5152f to your computer and use it in GitHub Desktop.
Save jots/9a003099f6417da5152f to your computer and use it in GitHub Desktop.
var r = 0
var tmp:int32 = cast[int32](pkt.len)
var thenum:int32 = 0
bigEndian32(addr(thenum), addr(tmp))
echo repr(addr(thenum))
r = s.send(addr(thenum), 4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment