Re: revisiting unix domain sockets

From: Florian Weimer <fweimer(at)redhat(dot)com>
To: Charles Pritchard <chuck(at)jumis(dot)com>, Dave Cramer <pg(at)fastcrypt(dot)com>
Cc: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: revisiting unix domain sockets
Date: 2014-01-23 10:46:42
Message-ID: 52E0F312.9040608@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On 01/21/2014 12:51 AM, Charles Pritchard wrote:
> Here's a quick diff if anyone is interested.
> https://gist.github.com/Downchuck/8531692
>
> Needs JNA in the class path. Seems to work.

For BSD support, you need to set the sa_len member (or sun_len of struct
sockaddr_un).

--
Florian Weimer / Red Hat Product Security Team

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Charles Pritchard 2014-01-23 10:59:48 Re: revisiting unix domain sockets
Previous Message Dave Cramer 2014-01-22 21:11:26 Re: StringBuffer vs. StringBuilder