Re: SOCK_RAW not supported
From: Roman Mashak (mrv_at_tusur.ru)
Date: 06/23/05
- Next message: Rajan: "Re: Socket programming problem: can't generate output in server socket"
- Previous message: David Schwartz: "Re: SOCK_RAW not supported"
- In reply to: David Schwartz: "Re: SOCK_RAW not supported"
- Next in thread: Rainer Temme: "Re: SOCK_RAW not supported"
- Reply: Rainer Temme: "Re: SOCK_RAW not supported"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 23 Jun 2005 14:21:39 +0900
Hello, David!
You wrote on Wed, 22 Jun 2005 21:41:19 -0700:
??>> if ( sd = socket(AF_INET, SOCK_RAW, 0) < 0) {
DS> You mean socket(PF_PACKET, SOCK_RAW, )
well, I run the code with 'root' privilege now, socket is created
succesfully but 'bind' still has same error "Socket operation on
non-socket".
With best regards, Roman Mashak. E-mail: mrv@tusur.ru
- Next message: Rajan: "Re: Socket programming problem: can't generate output in server socket"
- Previous message: David Schwartz: "Re: SOCK_RAW not supported"
- In reply to: David Schwartz: "Re: SOCK_RAW not supported"
- Next in thread: Rainer Temme: "Re: SOCK_RAW not supported"
- Reply: Rainer Temme: "Re: SOCK_RAW not supported"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|