>> enum {
>> UCMA_MAX_BACKLOG = 128
>> };
>
>
>Why the arbitrary max limit? 128 doesn't seem very large. And the
>result if the backlog is exceeded is a connection teardown for iWARP.
The purpose is to prevent an app from queuing an unlimited number of connect
request events.
- Sean