Subject: Re: Proposal: socketfrom()
To: Matthias Scheler <tron@zhadum.org.uk>
From: Thor Lancelot Simon <tls@rek.tjls.com>
List: tech-net
Date: 07/05/2007 11:11:17
On Thu, Jul 05, 2007 at 12:50:31PM +0100, Matthias Scheler wrote:
> On Thu, Jul 05, 2007 at 01:38:05AM -0400, Thor Lancelot Simon wrote:
> > int socketfrom(int template, int domain, int type, int protocol);
> 
> Is there any other useful application than using this for outbound
> connection?

You can use it for UDP sockets where there's no connect(), at least.

Thor