re: SIP API spec

Craig Partridge <craig@aland.bbn.com> Tue, 26 January 1993 17:11 UTC

Received: from ietf.nri.reston.va.us by IETF.CNRI.Reston.VA.US id aa05426; 26 Jan 93 12:11 EST
Received: from CNRI.RESTON.VA.US by IETF.CNRI.Reston.VA.US id aa05422; 26 Jan 93 12:11 EST
Received: from Sun.COM by CNRI.Reston.VA.US id aa15787; 26 Jan 93 12:13 EST
Received: from Eng.Sun.COM (zigzag-bb.Corp.Sun.COM) by Sun.COM (4.1/SMI-4.1) id AA26120; Tue, 26 Jan 93 09:09:21 PST
Received: from sunroof.Eng.Sun.COM by Eng.Sun.COM (4.1/SMI-4.1) id AA02780; Tue, 26 Jan 93 09:09:22 PST
Received: from Eng.Sun.COM (engmail1) by sunroof.Eng.Sun.COM (4.1/SMI-4.1) id AA02981; Tue, 26 Jan 93 09:08:04 PST
Received: from Sun.COM (sun-barr) by Eng.Sun.COM (4.1/SMI-4.1) id AA10275; Tue, 26 Jan 93 09:09:17 PST
Received: from BBN.COM by Sun.COM (4.1/SMI-4.1) id AA25905; Tue, 26 Jan 93 09:07:49 PST
Received: from port14.sunnyvale.pub-ip.psi.net by BBN.COM id aa17223; 26 Jan 93 12:03 EST
Received: by aland.bbn.com (4.1/3.1.090690-BBN) id AA12090; Tue, 26 Jan 93 09:01:24 PST
Message-Id: <9301261701.AA12090@aland.bbn.com>
To: ip-encaps@sunroof.eng.sun.com, sip@caldera.usc.edu
Subject: re: SIP API spec
Sender: ietf-archive-request@IETF.CNRI.Reston.VA.US
From: Craig Partridge <craig@aland.bbn.com>
Date: Tue, 26 Jan 1993 09:01:24 -0800
X-Orig-Sender: craig@aland.bbn.com
Content-Length: 3186

Hi folks:

    Bob had asked for comments to him, so I sent them privately but it looks
like the document is going to be publicly debated, so here are my few cents
worth of thoughts.

Craig

E-mail: craig@aland.bbn.com or craig@bbn.com

------- Forwarded Message

To: Bob.Gilligan@Eng.Sun.COM (Bob Gilligan)
Subject: re: SIP API spec
>From: Craig Partridge <craig@aland.bbn.com>
Date: Mon, 25 Jan 93 19:13:01 -0800
Sender: craig


Hi Bob:

    Nice first draft.  I've got a bunch of little suggestions.

> 2.2 Implementation experience
> 
> ....
> 
> While this technique works for most existing applications, we concluded
> that it would be unworkable in the general case when we discovered that
> some applications do not set the sin_zero field of the sockaddr_in
> structure to zero.

Yucko -- but before we concede, should we recognize that the applications
need fixing anyway to handle SIP?  (Being nasty to bad application programmers
doesn't make me feel bad).

> 3.4 Setsockopt options
> 
> We define two options at the IPPROTO_IP level that can be used with
> AF_INET or AF_SIP sockets.  They have the following definitions in
> <netinet/in.h>:
> 
> #define SIP_FLOWID	0x15		/* get/set SIP flow ID */
> #define SIP_ADDRFORM	0x16		/* get/set form of returned addrs */
> 
> Using the SIP_FLOWID option via setsockopt() sets the value of the flow
> ID (a.k.a the SIP reserved field) used in all outgoing SIP packets sent
> via that socket.  Using SIP_FLOWID via getsockopt() returns the flow ID
> value given in the last setsockopt() call, not the flow ID in received
> packets.  The value of the argument to the SIP_FLOWID option is a u_long
> type.

Why would an application ever want to set the FLOWID?  I've assumed that
this is something that is done by the kernel.  Also, I assume it is not
legit to set the flow ID after connect() is called (i.e. to change flowids
on the fly).  What do setsockopt() and getsockopt() return in these cases?
EINVAL?  More generally, specifyng error return codes would be a good thing.

> 3.6 Open Issues
> 
> The API changes described here are just the beginning.  Among the
> other changes we might want to consider are:
> 
>   -	There is a type defined (in_addr) to represent a 32-bit IPv4
> 	address.  Should we define a structure to hold the 64-bit SIP
> 	address?

in_addr was a mistake -- let's not perpetuate it.

>   -	There are a number of functions (inet_addr(), inet_ntoa()) for
> 	translating IPv4 addresses to and from printable form.  Should
> 	we define similar functions for 64-bit SIP addresses?

Yes!!!

>   -	The format of the "/etc/hosts" file currently supports only
> 	IPv4 addresses.  Should we extend the format of the existing
> 	file to handle SIP addresses?  Or should we invent a file with
> 	a new name for storing SIP host addresses.

Dunno.

>   -	The name of the function gethostbyname2() might confuse
> 	people.  Should we pick a different name?

How about hostname2addr(), and hostbyaddr(), and addr2ascii()?
    <for gethostbyname(), gethostbyaddr(), inet_ntoa(), and make
    them all take an AF_* value so that they can be made address
    format independent>

Craig

------- End of Forwarded Message