On Fri, Apr 11, 2008 at 11:17 AM, Cornelius Toole
<[EMAIL PROTECTED]> wrote:
> Thanks for making this available.
>
> I'm trying to build the tcp example under idst/function/examples2 and I'm
> missing the header file: sys/sockio.h . I'm building on an ubuntu box, but
> apt-file isn't giving me any info as to what package for which that file is
> included. Google isn't giving me anything useful either.  Where can I find
> that header?
>
> It seems like sys/sockio.h is a header for the FreeBSD kernel source, but
> maybe those interfaces are provided in another header like sys/ioctl? I
> found a HP developer page alluding to that.

Hi Cornelius,

The code in NetworkPseudoInterface.st is not (meant to be?) portable.
It uses several BSD-specific features (SIOCAIFADDR, ifaliasreq). It
would take some work to get it to run on Linux (or Solaris, or...). It
shouldn't be that hard, though, there's very little to it.

Hope that helps,

Dan

_______________________________________________
fonc mailing list
fonc@vpri.org
http://vpri.org/mailman/listinfo/fonc

Reply via email to