public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: ratheesh kannoth <ratheesh.ksz@gmail.com>
To: Daniel Morris <danielm@ecoscentric.com>
Cc: ecos-discuss@ecos.sourceware.org
Subject: Re: [ECOS] AF_UNIX in ecos
Date: Sun, 15 May 2011 12:09:00 -0000	[thread overview]
Message-ID: <BANLkTi=CXJHH3GNDiVaV9ViGTS5bGH4JBw@mail.gmail.com> (raw)
In-Reply-To: <20110512114651.GB499@brand.ammanford.ecoscentric.com>

On Thu, May 12, 2011 at 5:16 PM, Daniel Morris <danielm@ecoscentric.com> wrote:
> On Thu, May 12, 2011 at 04:44:24PM +0530, ratheesh kannoth wrote:
>> eCos support AF_UNIX sockets ?
>
> Round cheeses roll?
>
> http://www.gerv.net/hacking/how-to-ask-good-questions/
>
>  Daniel
>
> %<----------------------------------------------------------------------
>  Daniel Morris - Sales & Marketing Director
>  eCosCentric - The eCos and RedBoot experts
>  Tel: +44 1223 245 571 - info@eCosCentric.com
>  DDI: +44 1269 591 171 - danielm@eCosCentric.com
>
>

Daniel,

I did some  experiment on  AF_UNIX support in eCos. I   have a  strange prob.

int s = socket(AF_LOCAL, SOCK_DGRAM, 0 );
sleep(120);
int k = socket(AF_LOCAL, SOCK_DGRAM, 0 );

The first socket system call fails with  errno 325( protocol not
supported ). but second socket() call succeed . But, AF_INET socket is
created without any error.

http://www.ecoscentric.com/ecospro/doc.cgi/html/ref/net-common-tcpip-manpages-socket.html
 mentions support of AF_LOCAL. But in ecos-3.0,
packages/net/snmp/lib/v3_0/src/snmp_api.c : 165  says "no support for
local sockets ".

If anybody has some clue, greatly appreciated.

-Ratheesh

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

  reply	other threads:[~2011-05-14 17:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-12 11:14 ratheesh kannoth
2011-05-12 11:47 ` ratheesh kannoth
2011-05-13  8:30 ` Daniel Morris
2011-05-15 12:09   ` ratheesh kannoth [this message]
2011-05-16  7:18     ` Gary Thomas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='BANLkTi=CXJHH3GNDiVaV9ViGTS5bGH4JBw@mail.gmail.com' \
    --to=ratheesh.ksz@gmail.com \
    --cc=danielm@ecoscentric.com \
    --cc=ecos-discuss@ecos.sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).