lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



On Apr 10, 2014 12:10 PM, "Ulrich Schmidt" <u.sch.zw@gmx.de> wrote:
>
> Hi.
> i downloaded and installed luasocket from luadist. all test run fine.
>
> i tried a tcp server but he listen on a TVPV6 port instead TCPV4.
>
> Any suggestions how to listen on TCPV4?
>

It is probably an ipv4 mapped ipv6 socket so you can still connect to it over ipv4.

Otherwise it would help to know your OS and a short example program.

Justin