[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] setsockopt: Add support for timeouts on W32
From: |
Simon Josefsson |
Subject: |
Re: [PATCH] setsockopt: Add support for timeouts on W32 |
Date: |
Mon, 02 Mar 2009 09:28:26 +0100 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.90 (gnu/linux) |
Bruno Haible <address@hidden> writes:
> In this thread, there was also the proposed patch to use 'socklen_t' instead
> of 'int' in the prototypes of getsockopt() and setsockopt().
> <http://lists.gnu.org/archive/html/bug-gnulib/2008-12/msg00263.html>
> Paolo approved it, Simon did not object, I had tested it on mingw, and the
> type 'socklen_t' has the same size as 'int' on mingw. So I'm now applying
> this patch:
Thanks!
/Simon