-
```
Attached is a patch for FreeBSD. Feel free to include this in the next
release. It has been tested on FreeBSD 8.0, with both i386 and amd64, using
Java 1.6. Run "ant -Djdk.home=/usr/local/jdk1.6…
-
```
What steps will reproduce the problem?
1. Make a getSendBufferSize call on a connected AFUNIXSocket. On Linux, an
AFUNIXSocketException is thrown with message "Protocol not available".
2.
3.
What…
-
```
I have a use-case where the automatic unlink of the socket on close is
undesirable. I would request a flag or mode that disables the unlinking.
My use case is atomically taking over from an exi…
-
```
Is this a bug, or is this a desired behaviour?
In AFUNIXSocketImpl.setOption send and receive buffers expect boolean as the
parameter.
I am trying to plug this library into a piece of code that …
-
```
Hi.
Is it possible to cancel the waiting accept() request (by interrupting the
Thread)?
If not, this would be a valuable addition.
Thanks!
```
Original issue reported on code.google.com by `S…
-
```
This is an enhancement request.
The request is for ldaptive to support connections to LDAP servers using LDAPI
so that if a Java application is running on the same host as the LDAP server
than …
-
```
Introduction :
Before explaining this issue, i would like to thank the author for this work.
I'm planning using junixsocket to communicate with nodeJs by a better way
(in term of performance) th…
-
```
This is an enhancement request.
The request is for ldaptive to support connections to LDAP servers using LDAPI
so that if a Java application is running on the same host as the LDAP server
than …
-
```
This is an enhancement request.
The request is for ldaptive to support connections to LDAP servers using LDAPI
so that if a Java application is running on the same host as the LDAP server
than …
-
```
What steps will reproduce the problem?
1. Attempt to connect to a non existing unix socket
2. let the java application running
3.
What is the expected output? What do you see instead?
run 'lso…