Introduction
Introduction Statistics Contact Development Disclaimer Help
tmust use tcp explicitly - plan9port - [fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
commit 17465d1425a2ad50e46bd7469f3fb931eaab6e1a
parent 54bcb7e9a2cc125c800c30075895315da9dc7c0a
Author: rsc <devnull@localhost>
Date: Sun, 16 Jan 2005 21:13:23 +0000
must use tcp explicitly
Diffstat:
M src/libventi/dial.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/libventi/dial.c b/src/libventi/dial.c
t@@ -13,7 +13,7 @@ vtdial(char *addr)
if(addr == nil)
addr = "$venti";
- na = netmkaddr(addr, "net", "venti");
+ na = netmkaddr(addr, "tcp", "venti");
if((fd = dial(na, nil, nil, nil)) < 0)
return nil;
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.