Why istn't dup in TCP working??

Nitin Dhingra (nitin.dhingra@dcmtech.co.in)
Tue, 31 Jul 2001 14:12:41 +0530


Hi,
I used functions of socket's operation structure like
create, bind, connect, dup etc.in the kernel for transfering data over
TCP from the kernel.
Now this is working fine in 2.2.x but when I compiled my
module in 2.4.x the first error that I get is that dup is not a
part of socket's operation structure anymore.
So what is the replacement for it, I couldn't find any
in the proto_ops structure?

Regards,
Nitin
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/