Implemented connection type "tcp" (GCT_TCP), use <hostname>:<port> as "port"
[gnokii.git] / smsd / lowlevel.c
index ea36182..d5191d2 100644 (file)
@@ -11,6 +11,9 @@
   $Id$
   
   $Log$
+  Revision 1.1.1.4  2002/04/03 01:44:15  short
+  Implemented connection type "tcp" (GCT_TCP), use <hostname>:<port> as "port"
+
   Revision 1.1.1.3  2002/04/03 00:08:22  short
   Found in "gnokii-working" directory, some November-patches version
 
@@ -137,6 +140,8 @@ static GSM_Error fbusinit(bool enable_monitoring)
 
   if (!strcmp(smsdConfig.connection, "infrared"))
     connection = GCT_Infrared;
+  if (!strcmp(smsdConfig.connection, "tcp"))
+    connection = GCT_TCP;
 
   /* Initialise the code for the GSM interface. */