Software /
code /
verse
File
libs/net.lua @ 483:33d566513eb0
libs/table: Add table.move
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 17 Mar 2023 17:09:00 +0000 |
parent | 478:cf6626a12e0e |
line wrap: on
line source
return { pton = function (ip) if ip:find":" then return "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" else return "\0\0\0\0" end end }