Subject: Unix Domain Socket question
To: None <netbsd-help@NetBSD.ORG>
From: Smita <smita@cse.ucsc.edu>
List: netbsd-help
Date: 06/24/2003 17:20:26
Hi,
 I am running a couple of client-servers using Unix Doamin Sockets. Things
look fine. But, after a couple of "hours" the clients get connect failed
errors (errno = ECONNREFUSED).
I was wondering what might cause this?
Is my server running out of fds?
Is there a way to figure out the max_fd limit for each socket?
Is there a way to find out the current socket connctions and their state?
I have tried netstat and fstat. But they don't show the client address and
state for unix domain sockets.

Any help would be appreciated.

Thanks
Smita