From 2778766d678b147fc079d67dee036346381b4764 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Wed, 11 Apr 2012 13:21:25 -0700 Subject: Preliminary IPv6 support for v2.1 --- samples/talker.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples/talker.lua') diff --git a/samples/talker.lua b/samples/talker.lua index 901ed2c..607ff31 100644 --- a/samples/talker.lua +++ b/samples/talker.lua @@ -2,7 +2,7 @@ -- TCP sample: Little program to send text lines to a given host/port -- LuaSocket sample files -- Author: Diego Nehab --- RCS ID: $Id$ +-- RCS ID: $Id: talker.lua,v 1.9 2005/01/02 22:44:00 diego Exp $ ----------------------------------------------------------------------------- local socket = require("socket") host = host or "localhost" -- cgit v1.2.3-55-g6feb