Software /
code /
verse
Annotate
libs/net.lua @ 487:fd5f48a0f122
Added tag 0.10.0 for changeset 98dc1750584d
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 23 Mar 2023 19:11:15 +0000 |
parent | 478:cf6626a12e0e |
rev | line source |
---|---|
478 | 1 return { |
2 pton = function (ip) | |
3 if ip:find":" then | |
4 return "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" | |
5 else | |
6 return "\0\0\0\0" | |
7 end | |
8 end | |
9 } |