Function getprotobyname only called once. Minor change in tcpip_get
[yaz-moved-to-github.git] / comstack / tcpip.c
1 /*
2  * Copyright (c) 1995-1999, Index Data
3  * See the file LICENSE for details.
4  * Sebastian Hammer, Adam Dickmeiss
5  *
6  * $Log: tcpip.c,v $
7  * Revision 1.28  1999-03-31 11:11:14  adam
8  * Function getprotobyname only called once. Minor change in tcpip_get
9  * to handle multi-threaded conditions.
10  *
11  * Revision 1.27  1999/02/02 13:57:31  adam
12  * Uses preprocessor define WIN32 instead of WINDOWS to build code
13  * for Microsoft WIN32.
14  *
15  * Revision 1.26  1999/01/08 11:23:14  adam
16  * Added const modifier to some of the BER/ODR encoding routines.
17  *
18  * Revision 1.25  1998/07/07 15:49:23  adam
19  * Added braces to avoid warning.
20  *
21  * Revision 1.24  1998/06/29 07:59:17  adam
22  * Minor fix.
23  *
24  * Revision 1.23  1998/06/23 15:37:50  adam
25  * Added type cast to prevent warning.
26  *
27  * Revision 1.22  1998/06/22 11:32:36  adam
28  * Added 'conditional cs_listen' feature.
29  *
30  * Revision 1.21  1998/05/20 09:55:32  adam
31  * Function tcpip_get treats EINPROGRESS error in the same way as
32  * EWOULDBLOCK. EINPROGRESS shouldn't be returned - but it is on
33  * Solaris in some cases.
34  *
35  * Revision 1.20  1998/05/18 10:10:40  adam
36  * Minor change to avoid C++ warning.
37  *
38  * Revision 1.19  1998/02/11 11:53:33  adam
39  * Changed code so that it compiles as C++.
40  *
41  * Revision 1.18  1997/09/29 07:15:25  adam
42  * Changed use of setsockopt to avoid warnings on MSVC.
43  *
44  * Revision 1.17  1997/09/17 12:10:30  adam
45  * YAZ version 1.4.
46  *
47  * Revision 1.16  1997/09/01 08:49:14  adam
48  * New windows NT/95 port using MSV5.0. Minor changes only.
49  *
50  * Revision 1.15  1997/05/14 06:53:33  adam
51  * C++ support.
52  *
53  * Revision 1.14  1997/05/01 15:06:32  adam
54  * Moved WINSOCK init. code to tcpip_init routine.
55  *
56  * Revision 1.13  1996/11/01 08:45:18  adam
57  * Bug fix: used close on MS-Windows. Fixed to closesocket.
58  *
59  * Revision 1.12  1996/07/06 19:58:30  quinn
60  * System headerfiles gathered in yconfig
61  *
62  * Revision 1.11  1996/02/23  10:00:39  quinn
63  * WAIS Work
64  *
65  * Revision 1.10  1996/02/20  12:52:11  quinn
66  * WAIS protocol support.
67  *
68  * Revision 1.9  1996/02/10  12:23:11  quinn
69  * Enablie inetd operations fro TCP/IP stack
70  *
71  * Revision 1.8  1995/11/01  13:54:27  quinn
72  * Minor adjustments
73  *
74  * Revision 1.7  1995/10/30  12:41:16  quinn
75  * Added hostname lookup for server.
76  *
77  * Revision 1.6  1995/09/29  17:12:00  quinn
78  * Smallish
79  *
80  * Revision 1.5  1995/09/29  17:01:48  quinn
81  * More Windows work
82  *
83  * Revision 1.4  1995/09/28  10:12:26  quinn
84  * Windows-support changes
85  *
86  * Revision 1.3  1995/09/27  15:02:45  quinn
87  * Modified function heads & prototypes.
88  *
89  * Revision 1.2  1995/06/15  12:30:06  quinn
90  * Added @ as hostname alias for INADDR ANY.
91  *
92  * Revision 1.1  1995/06/14  09:58:20  quinn
93  * Renamed yazlib to comstack.
94  *
95  * Revision 1.20  1995/05/16  08:51:16  quinn
96  * License, documentation, and memory fixes
97  *
98  * Revision 1.19  1995/04/10  10:24:08  quinn
99  * Some bug-fixes.
100  *
101  * Revision 1.18  1995/03/30  13:29:27  quinn
102  * Added REUSEADDR in tcpip_bind
103  *
104  * Revision 1.17  1995/03/27  08:36:10  quinn
105  * Some work on nonblocking operation in xmosi.c and rfct.c.
106  * Added protocol parameter to cs_create()
107  *
108  * Revision 1.16  1995/03/21  15:53:41  quinn
109  * Added rcvconnect
110  *
111  * Revision 1.15  1995/03/21  12:31:27  quinn
112  * Added check for EINPROGRESS on connect.
113  *
114  * Revision 1.14  1995/03/20  09:47:21  quinn
115  * Added server-side support to xmosi.c
116  * Fixed possible problems in rfct
117  * Other little mods
118  *
119  * Revision 1.13  1995/03/15  16:15:13  adam
120  * Removed p_write.
121  *
122  * Revision 1.12  1995/03/15  15:36:27  quinn
123  * Mods to support nonblocking I/O
124  *
125  * Revision 1.11  1995/03/15  08:37:57  quinn
126  * Now we're pretty much set for nonblocking I/O.
127  *
128  * Revision 1.10  1995/03/14  17:00:07  quinn
129  * Bug-fixes - added tracing info to tcpip.c
130  *
131  * Revision 1.9  1995/03/14  10:28:42  quinn
132  * Adding server-side support to tcpip.c and fixing bugs in nonblocking I/O
133  *
134  * Revision 1.8  1995/03/10  14:22:50  quinn
135  * Removed debug output.
136  *
137  * Revision 1.7  1995/03/10  11:44:59  quinn
138  * Fixes and debugging
139  *
140  * Revision 1.6  1995/03/07  10:26:55  quinn
141  * Initialized type field in the comstacks.
142  *
143  * Revision 1.5  1995/02/14  20:40:07  quinn
144  * Various stuff.
145  *
146  * Revision 1.4  1995/02/14  11:54:49  quinn
147  * Beginning to add full CCL.
148  *
149  * Revision 1.3  1995/02/10  18:58:10  quinn
150  * Fixed tcpip_get (formerly tcpip_read).
151  * Turned tst (cli) into a proper, event-driven thingy.
152  *
153  * Revision 1.2  1995/02/10  15:55:47  quinn
154  * Small things.
155  *
156  * Revision 1.1  1995/02/09  15:51:52  quinn
157  * Works better now.
158  *
159  */
160
161 #include <stdio.h>
162 #include <string.h>
163 #include <stdlib.h>
164 #ifndef WIN32
165 #include <unistd.h>
166 #endif
167 #include <errno.h>
168 #include <fcntl.h>
169
170 #include <comstack.h>
171 #include <tcpip.h>
172
173 /* Chas added the following, so we get the definition of completeBER */
174 #include <odr.h>
175
176 int tcpip_close(COMSTACK h);
177 int tcpip_put(COMSTACK h, char *buf, int size);
178 int tcpip_get(COMSTACK h, char **buf, int *bufsize);
179 int tcpip_connect(COMSTACK h, void *address);
180 int tcpip_more(COMSTACK h);
181 int tcpip_rcvconnect(COMSTACK h);
182 int tcpip_bind(COMSTACK h, void *address, int mode);
183 int tcpip_listen(COMSTACK h, char *raddr, int *addrlen,
184                  int (*check_ip)(void *cd, const char *a, int len, int type),
185                  void *cd);
186
187 COMSTACK tcpip_accept(COMSTACK h);
188 char *tcpip_addrstr(COMSTACK h);
189 void *tcpip_straddr(COMSTACK h, const char *str);
190
191 #undef TRACE_TCPIP
192 #ifdef TRACE_TCPIP
193 #define TRC(x) x
194 #else
195 #define TRC(X)
196 #endif
197
198 typedef struct tcpip_state
199 {
200     char *altbuf; /* alternate buffer for surplus data */
201     int altsize;  /* size as xmalloced */
202     int altlen;   /* length of data or 0 if none */
203
204     int written;  /* -1 if we aren't writing */
205     int towrite;  /* to verify against user input */
206     int (*complete)(const unsigned char *buf, int len); /* length/comple. */
207     struct sockaddr_in addr;  /* returned by cs_straddr */
208     char buf[128]; /* returned by cs_addrstr */
209 } tcpip_state;
210
211 #ifdef WIN32
212 static int tcpip_init (void)
213 {
214     static int initialized = 0;
215     if (!initialized)
216     {
217         WORD requested;
218         WSADATA wd;
219
220         requested = MAKEWORD(1, 1);
221         if (WSAStartup(requested, &wd))
222             return 0;
223         initialized = 1;
224     }
225     return 1;
226 }
227 #else
228
229 static int proto_number = 0;
230
231 static int tcpip_init (void)
232 {
233     struct protoent *proto;
234     /* only call getprotobyname once, in case it allocates memory */
235     if (!(proto = getprotobyname("tcp")))
236         return 0;
237     proto_number = proto->p_proto;
238     return 1;
239 }
240 #endif
241 /*
242  * This function is always called through the cs_create() macro.
243  * s >= 0: socket has already been established for us.
244  */
245 COMSTACK tcpip_type(int s, int blocking, int protocol)
246 {
247     COMSTACK p;
248     tcpip_state *state;
249     int new_socket;
250 #ifdef WIN32
251     unsigned long tru = 1;
252 #endif
253
254     if (!tcpip_init ())
255         return 0;
256     if (s < 0)
257     {
258 #ifdef WIN32
259         if ((s = socket(AF_INET, SOCK_STREAM, 0)) < 0)
260             return 0;
261 #else
262         if ((s = socket(AF_INET, SOCK_STREAM, proto_number)) < 0)
263             return 0;
264 #endif
265         new_socket = 1;
266     }
267     else
268         new_socket = 0;
269     if (!(p = (struct comstack *)xmalloc(sizeof(struct comstack))))
270         return 0;
271     if (!(state = (struct tcpip_state *)(p->cprivate =
272                                          xmalloc(sizeof(tcpip_state)))))
273         return 0;
274
275 #ifdef WIN32
276     if (!(p->blocking = blocking) && ioctlsocket(s, FIONBIO, &tru) < 0)
277 #else
278     if (!(p->blocking = blocking) && fcntl(s, F_SETFL, O_NONBLOCK) < 0)
279 #endif
280         return 0;
281
282     p->iofile = s;
283     p->type = tcpip_type;
284     p->protocol = (enum oid_proto) protocol;
285
286     p->f_connect = tcpip_connect;
287     p->f_rcvconnect = tcpip_rcvconnect;
288     p->f_get = tcpip_get;
289     p->f_put = tcpip_put;
290     p->f_close = tcpip_close;
291     p->f_more = tcpip_more;
292     p->f_bind = tcpip_bind;
293     p->f_listen = tcpip_listen;
294     p->f_accept = tcpip_accept;
295     p->f_addrstr = tcpip_addrstr;
296     p->f_straddr = tcpip_straddr;
297
298     p->state = new_socket ? CS_UNBND : CS_IDLE; /* state of line */
299     p->event = CS_NONE;
300     p->cerrno = 0;
301     p->stackerr = 0;
302
303     state->altbuf = 0;
304     state->altsize = state->altlen = 0;
305     state->towrite = state->written = -1;
306     if (protocol == PROTO_WAIS)
307         state->complete = completeWAIS;
308     else
309         state->complete = completeBER;
310
311     p->timeout = COMSTACK_DEFAULT_TIMEOUT;
312     TRC(fprintf(stderr, "Created new TCPIP comstack\n"));
313
314     return p;
315 }
316
317 int tcpip_strtoaddr_ex(const char *str, struct sockaddr_in *add)
318 {
319     struct hostent *hp;
320     char *p, buf[512];
321     short int port = 210;
322     unsigned tmpadd;
323
324     if (!tcpip_init ())
325         return 0;
326     TRC(fprintf(stderr, "tcpip_strtoaddress: %s\n", str ? str : "NULL"));
327     add->sin_family = AF_INET;
328     strcpy(buf, str);
329     if ((p = strchr(buf, ':')))
330     {
331         *p = 0;
332         port = atoi(p + 1);
333     }
334     add->sin_port = htons(port);
335     if (!strcmp("@", buf))
336         add->sin_addr.s_addr = INADDR_ANY;
337     else if ((hp = gethostbyname(buf)))
338         memcpy(&add->sin_addr.s_addr, *hp->h_addr_list,
339                sizeof(struct in_addr));
340     else if ((tmpadd = (unsigned) inet_addr(buf)) != 0)
341         memcpy(&add->sin_addr.s_addr, &tmpadd, sizeof(struct in_addr));
342     else
343         return 0;
344     return 1;
345 }
346
347 void *tcpip_straddr(COMSTACK h, const char *str)
348 {
349     tcpip_state *sp = (tcpip_state *)h->cprivate;
350
351     if (!tcpip_strtoaddr_ex (str, &sp->addr))
352         return 0;
353     return &sp->addr;
354 }
355
356 struct sockaddr_in *tcpip_strtoaddr(const char *str)
357 {
358     static struct sockaddr_in add;
359     
360     if (!tcpip_strtoaddr_ex (str, &add))
361         return 0;
362     return &add;
363 }
364
365 int tcpip_more(COMSTACK h)
366 {
367     tcpip_state *sp = (tcpip_state *)h->cprivate;
368     
369     return sp->altlen && (*sp->complete)((unsigned char *) sp->altbuf,
370         sp->altlen);
371 }
372
373 /*
374  * connect(2) will block (sometimes) - nothing we can do short of doing
375  * weird things like spawning subprocesses or threading or some weird junk
376  * like that.
377  */
378 int tcpip_connect(COMSTACK h, void *address)
379 {
380     struct sockaddr_in *add = (struct sockaddr_in *)address;
381
382     TRC(fprintf(stderr, "tcpip_connect\n"));
383     if (connect(h->iofile, (struct sockaddr *) add, sizeof(*add)) < 0)
384     {
385 #ifdef WIN32
386         if (WSAGetLastError() == WSAEWOULDBLOCK)
387 #else
388         if (errno == EINPROGRESS)
389 #endif
390             return 1;
391         return -1;
392     }
393     h->state = CS_DATAXFER;
394     return 0;
395 }
396
397 /*
398  * nop
399  */
400 int tcpip_rcvconnect(COMSTACK h)
401 {
402     TRC(fprintf(stderr, "tcpip_rcvconnect\n"));
403     return 0;
404 }
405
406 int tcpip_bind(COMSTACK h, void *address, int mode)
407 {
408     struct sockaddr *addr = (struct sockaddr *)address;
409 #ifdef WIN32
410     BOOL one = 1;
411 #else
412     unsigned long one = 1;
413 #endif
414
415     TRC(fprintf(stderr, "tcpip_bind\n"));
416     if (setsockopt(h->iofile, SOL_SOCKET, SO_REUSEADDR, (char*) 
417         &one, sizeof(one)) < 0)
418     {
419         h->cerrno = CSYSERR;
420         return -1;
421     }
422     if (bind(h->iofile, addr, sizeof(struct sockaddr_in)) < 0)
423     {
424         h->cerrno = CSYSERR;
425         return -1;
426     }
427     if (mode == CS_SERVER && listen(h->iofile, 3) < 0)
428     {
429         h->cerrno = CSYSERR;
430         return -1;
431     }
432     h->state = CS_IDLE;
433     return 0;
434 }
435
436 #if 0
437 void tcpip_get_ip(COMSTACK h, char *ip_buf)
438 {
439     struct tcpip_state *sp = (tcpip_state *)h->cprivate;
440     const char *ip_addr = (const char *) (&sp->addr->sin_addr.s_addr);
441     int i;
442
443     for (i = 0; i<4; i++)
444         TRC (fprintf (stderr, "%u ", ip_addr[i]));
445     TRC (fprintf (stderr, "\n"));
446 }
447 #endif
448
449 int tcpip_listen(COMSTACK h, char *raddr, int *addrlen,
450                  int (*check_ip)(void *cd, const char *a, int len, int type),
451                  void *cd)
452 {
453     struct sockaddr_in addr;
454     int len = sizeof(addr);
455
456     TRC(fprintf(stderr, "tcpip_listen pid=%d\n", getpid()));
457     if (h->state != CS_IDLE)
458     {
459         h->cerrno = CSOUTSTATE;
460         return -1;
461     }
462     if ((h->newfd = accept(h->iofile, (struct sockaddr*)&addr, &len)) < 0)
463     {
464 #ifdef WIN32
465         if (WSAGetLastError() == WSAEWOULDBLOCK)
466 #else
467         if (errno == EWOULDBLOCK)
468 #endif
469
470             h->cerrno = CSNODATA;
471         else
472             h->cerrno = CSYSERR;
473         return -1;
474     }
475     if (addrlen && *addrlen >= sizeof(struct sockaddr_in))
476         memcpy(raddr, &addr, *addrlen = sizeof(struct sockaddr_in));
477     else if (addrlen)
478         *addrlen = 0;
479     if (check_ip && (*check_ip)(cd, (const char *) &addr.sin_addr,
480         sizeof(addr.sin_addr), AF_INET))
481     {
482         h->cerrno = CSDENY;
483 #ifdef WIN32
484         closesocket(h->iofile);
485 #else
486         close(h->iofile);
487 #endif
488         return -1;
489     }
490     h->state = CS_INCON;
491     return 0;
492 }
493
494 COMSTACK tcpip_accept(COMSTACK h)
495 {
496     COMSTACK cnew;
497     tcpip_state *state, *st = (tcpip_state *)h->cprivate;
498 #ifdef WIN32
499     unsigned long tru = 1;
500 #endif
501
502     TRC(fprintf(stderr, "tcpip_accept\n"));
503     if (h->state != CS_INCON)
504     {
505         h->cerrno = CSOUTSTATE;
506         return 0;
507     }
508     if (!(cnew = (COMSTACK)xmalloc(sizeof(*cnew))))
509     {
510         h->cerrno = CSYSERR;
511         return 0;
512     }
513     memcpy(cnew, h, sizeof(*h));
514     cnew->iofile = h->newfd;
515     if (!(state = (tcpip_state *)
516           (cnew->cprivate = xmalloc(sizeof(tcpip_state)))))
517     {
518         h->cerrno = CSYSERR;
519         return 0;
520     }
521 #ifdef WIN32
522     if (!cnew->blocking && ioctlsocket(cnew->iofile, FIONBIO, &tru) < 0)
523 #else
524     if (!cnew->blocking && fcntl(cnew->iofile, F_SETFL, O_NONBLOCK) < 0)
525 #endif
526         return 0;
527     state->altbuf = 0;
528     state->altsize = state->altlen = 0;
529     state->towrite = state->written = -1;
530     state->complete = st->complete;
531     cnew->state = CS_DATAXFER;
532     h->state = CS_IDLE;
533     return cnew;
534 }
535
536 #define CS_TCPIP_BUFCHUNK 4096
537
538 /*
539  * Return: -1 error, >1 good, len of buffer, ==1 incomplete buffer,
540  * 0=connection closed.
541  */
542 int tcpip_get(COMSTACK h, char **buf, int *bufsize)
543 {
544     tcpip_state *sp = (tcpip_state *)h->cprivate;
545     char *tmpc;
546     int tmpi, berlen, rest, req, tomove;
547     int hasread = 0, res;
548
549     TRC(fprintf(stderr, "tcpip_get: bufsize=%d\n", *bufsize));
550     if (sp->altlen) /* switch buffers */
551     {
552         TRC(fprintf(stderr, "  %d bytes in altbuf (0x%x)\n", sp->altlen,
553             (unsigned) sp->altbuf));
554         tmpc = *buf;
555         tmpi = *bufsize;
556         *buf = sp->altbuf;
557         *bufsize = sp->altsize;
558         hasread = sp->altlen;
559         sp->altlen = 0;
560         sp->altbuf = tmpc;
561         sp->altsize = tmpi;
562     }
563     while (!(berlen = (*sp->complete)((unsigned char *)*buf, hasread)))
564     {
565         if (!*bufsize)
566         {
567             if (!(*buf = (char *)xmalloc(*bufsize = CS_TCPIP_BUFCHUNK)))
568                 return -1;
569         }
570         else if (*bufsize - hasread < CS_TCPIP_BUFCHUNK)
571             if (!(*buf =(char *)xrealloc(*buf, *bufsize *= 2)))
572                 return -1;
573         if ((res = recv(h->iofile, *buf + hasread, CS_TCPIP_BUFCHUNK, 0)) < 0)
574         {
575 #ifdef WIN32
576             if (WSAGetLastError() == WSAEWOULDBLOCK)
577                 break;
578             else
579                 return -1;
580 #else
581             if (errno == EWOULDBLOCK
582 #ifdef EINPROGRESS
583                 || errno == EINPROGRESS
584 #endif
585                 )
586                 break;
587             else if (errno == 0)
588                 continue;
589             else
590                 return -1;
591 #endif
592         }
593         if (!res)
594             return 0;
595         hasread += res;
596         TRC(fprintf(stderr, "  res=%d, hasread=%d\n", res, hasread));
597     }
598     TRC(fprintf(stderr, "  Out of read loop with hasread=%d, berlen=%d\n",
599         hasread, berlen));
600     /* move surplus buffer (or everything if we didn't get a BER rec.) */
601     if (hasread > berlen)
602     {
603         tomove = req = hasread - berlen;
604         rest = tomove % CS_TCPIP_BUFCHUNK;
605         if (rest)
606             req += CS_TCPIP_BUFCHUNK - rest;
607         if (!sp->altbuf)
608         {
609             if (!(sp->altbuf = (char *)xmalloc(sp->altsize = req)))
610                 return -1;
611         } else if (sp->altsize < req)
612             if (!(sp->altbuf =(char *)xrealloc(sp->altbuf, sp->altsize = req)))
613                 return -1;
614         TRC(fprintf(stderr, "  Moving %d bytes to altbuf(0x%x)\n", tomove,
615             (unsigned) sp->altbuf));
616         memcpy(sp->altbuf, *buf + berlen, sp->altlen = tomove);
617     }
618     if (berlen < CS_TCPIP_BUFCHUNK - 1)
619         *(*buf + berlen) = '\0';
620     return berlen ? berlen : 1;
621 }
622
623 /*
624  * Returns 1, 0 or -1
625  * In nonblocking mode, you must call again with same buffer while
626  * return value is 1.
627  */
628 int tcpip_put(COMSTACK h, char *buf, int size)
629 {
630     int res;
631     struct tcpip_state *state = (struct tcpip_state *)h->cprivate;
632
633     TRC(fprintf(stderr, "tcpip_put: size=%d\n", size));
634     if (state->towrite < 0)
635     {
636         state->towrite = size;
637         state->written = 0;
638     }
639     else if (state->towrite != size)
640     {
641         h->cerrno = CSWRONGBUF;
642         return -1;
643     }
644     while (state->towrite > state->written)
645     {
646         if ((res = send(h->iofile, buf + state->written, size -
647             state->written, 0)) < 0)
648         {
649 #ifdef WIN32
650             if (WSAGetLastError() == WSAEWOULDBLOCK)
651 #else
652             if (errno == EAGAIN)
653 #endif
654             {
655                 TRC(fprintf(stderr, "  Flow control stop\n"));
656                 return 1;
657             }
658             h->cerrno = CSYSERR;
659             return -1;
660         }
661         state->written += res;
662         TRC(fprintf(stderr, "  Wrote %d, written=%d, nbytes=%d\n",
663             res, state->written, size));
664     }
665     state->towrite = state->written = -1;
666     TRC(fprintf(stderr, "  Ok\n"));
667     return 0;
668 }
669
670 int tcpip_close(COMSTACK h)
671 {
672     tcpip_state *sp = (struct tcpip_state *)h->cprivate;
673
674     TRC(fprintf(stderr, "tcpip_close\n"));
675     if (h->iofile != -1)
676 #ifdef WIN32
677         closesocket(h->iofile);
678 #else
679         close(h->iofile);
680 #endif
681     if (sp->altbuf)
682         xfree(sp->altbuf);
683     xfree(sp);
684     xfree(h);
685     return 0;
686 }
687
688 char *tcpip_addrstr(COMSTACK h)
689 {
690     struct sockaddr_in addr;
691     tcpip_state *sp = (struct tcpip_state *)h->cprivate;
692     char *r, *buf = sp->buf;
693     int len;
694     struct hostent *host;
695     
696     len = sizeof(addr);
697     if (getpeername(h->iofile, (struct sockaddr*) &addr, &len) < 0)
698     {
699         h->cerrno = CSYSERR;
700         return 0;
701     }
702     if ((host = gethostbyaddr((char*)&addr.sin_addr, sizeof(addr.sin_addr),
703                               AF_INET)))
704         r = (char*) host->h_name;
705     else
706         r = inet_ntoa(addr.sin_addr);
707     sprintf(buf, "tcp:%s", r);
708     return buf;
709 }