Software /
code /
verse
Comparison
libs/net.lua @ 478:cf6626a12e0e
Add dummy util.net
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 17 Mar 2023 12:28:13 +0000 |
comparison
equal
deleted
inserted
replaced
477:b0a8d4e9934e | 478:cf6626a12e0e |
---|---|
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 } |