This patch adds one argument to the attr_clnt_create() function,
which requires making changes to every program that that invokes
this function.

I will instead use the attr_clnt_control() function:

     attr_clnt_control() allows the user to fine tune the behavior
     of the specified client. The arguments are a list of (name,
     value) terminated with ATTR_CLNT_CTL_END.

Since most programs never limit number of requests per connection,
the attr_clnt_control() function is the better interface to use.

        Wietse

Reply via email to