Re: socketpair(2) strange behavior

2006-06-18 Thread Alberto Rizzi
Tofik Suleymanov ha scritto: > Hello list, > > when using socketpair(2) on my FreeBSD 6.1-RELEASE-p1 box i get this > error: > "socketpair: Operation not supported" > > And here is the source of my pretty simple socketpair(2) program: > START > #include > #include > #include > #incl

Re: socketpair(2) strange behavior

2006-06-17 Thread Dan Nelson
In the last episode (Jun 16), Tofik Suleymanov said: > when using socketpair(2) on my FreeBSD 6.1-RELEASE-p1 box i get this > error: "socketpair: Operation not supported" > > And here is the source of my pretty simple socketpair(2) program: > START > #include > #include > #include >

socketpair(2) strange behavior

2006-06-17 Thread Tofik Suleymanov
Hello list, when using socketpair(2) on my FreeBSD 6.1-RELEASE-p1 box i get this error: "socketpair: Operation not supported" And here is the source of my pretty simple socketpair(2) program: START #include #include #include #include int main(void) { int sv[2], err; err = socketp