Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!mcgill-vision!bloom-beacon!bu.edu!purdue!decwrl!ucbvax!hplabs!hpfcso!stroyan From: stroyan@hpfcso.HP.COM (Mike Stroyan) Newsgroups: comp.sys.amiga Subject: Re: Dnet: Accessing your Amiga from a Unix host; Mailchk Message-ID: <9010010@hpfcso.HP.COM> Date: 14 Mar 90 21:44:30 GMT References: <2472@quiche.cs.mcgill.ca> Organization: Hewlett-Packard, Fort Collins, CO, USA Lines: 11 > I stared at dnet.c for an hour today, and cannot see any reason why the > socket that gets created is named 'DNET. ' instead of DNET.3 . Can anyone > enlighten me? The "DNET. " is coming from the amiga side. In control.c, do_cmd is sending a PKCMD_ACKRSTART packet with a space character. That is processed on the unix side by do_cmd in the unix control.c. It calls setlistenport with the data character sent by the amiga. The bind in setlistenport then appends the space to "DNET.". Mike Stroyan, stroyan@hpfcla.hp.com