Playing around with some networking code in Gambit 4.0b15 this evening and I came across the following:
(network-info "127.0.0.1")
*** ERROR IN (console)@1.1 -- Unimplemented operation (network-info "127.0.0.1") 1> (network-info "sourceforge.net") *** ERROR IN (console)@2.1 -- Unimplemented operation (network-info "sourceforge.net") 2>
I'm running Gambit on the latest Kubuntu Linux release. Is network-info not implemented or does this indicate a problem in my local Gambit install?
--Kevin