Bugs item #461139, was opened at 2001-09-13 00:36
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=461139&group_id=10493
Category: run-time
Group: None
Status: Open
Resolution: None
Priority: 6
Submitted By: Martin Gasbichler (mainzelm)
Assigned to: Olin Shivers (olin-shivers)
Summary: Argument type for network-info
Initial Comment:
network-info expects a socket-address as argument
but calls address->network-info which accepts integers
only.
As a socket-address contains a port too, this seems to
be the wrong argument for network-info?!?
----------------------------------------------------------------------
>Comment By: Martin Gasbichler (mainzelm)
Date: 2001-09-13 00:47
Message:
Logged In: YES
user_id=17553
Let me add that all of {network,host,service,protocol}-info
have a strange behavior if no information is found: they
return a record with the name field set to #f.
IMHO it would be much better to return #f and not a useless
record.
The manual says nothing about the not-found case at all.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=461139&group_id=10493
|