Change the type of "len" to avoid warnings.
The "len" variable is used as the last argument to getsockname(2) and
accept(2). It was declared an "int" and this patch changes it to "socklen_t".
Change the type of "len" to avoid warnings. Tags None Referenced Files None Subscribers None
Description
Details
|