Skip to content

Commit

Permalink
Adding note about address families
Browse files Browse the repository at this point in the history
  • Loading branch information
wavesoft committed Dec 15, 2015
1 parent b2f96b5 commit 7835b62
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ __WARNING: This is an early alpha release! This project is currently unoptimised

## Known Problems

1. `usnic` provider does not seem to support the `FI_SHUTDOWN` event and therefore a `bound` socket will run out of file descriptors if many connections are attempted to be established.
2. The current implementation breaks the zero-copy principle [here](src/transports/ofi/sofi.c#L245) and [here](src/transports/ofi/sofi.c#L342), and therefore has some performance penalties.
1. The current version handles only IPV4 address families.
2. `usnic` provider does not seem to support the `FI_SHUTDOWN` event and therefore a `bound` socket will run out of file descriptors if many connections are attempted to be established.
3. The current implementation breaks the zero-copy principle [here](src/transports/ofi/sofi.c#L245) and [here](src/transports/ofi/sofi.c#L342), and therefore has some performance penalties.

## How to compile

Expand Down

0 comments on commit 7835b62

Please sign in to comment.