On Tue, Jul 1, 2014 at 11:06 AM, Ben Pfaff wrote:
> On Tue, Jul 1, 2014 at 10:58 AM, Gurucharan Shetty wrote:
>> On Mon, Jun 30, 2014 at 10:20 AM, Ben Pfaff wrote:
>>> On Mon, Jun 30, 2014 at 10:13:54AM -0700, Gurucharan Shetty wrote:
On Thu, Jun 26, 2014 at 1:26 PM, Ben Pfaff wrote:
On Tue, Jul 1, 2014 at 10:58 AM, Gurucharan Shetty wrote:
> On Mon, Jun 30, 2014 at 10:20 AM, Ben Pfaff wrote:
>> On Mon, Jun 30, 2014 at 10:13:54AM -0700, Gurucharan Shetty wrote:
>>> On Thu, Jun 26, 2014 at 1:26 PM, Ben Pfaff wrote:
>>> > On Tue, Jun 24, 2014 at 11:52:54AM -0700, Gurucharan Sh
On Mon, Jun 30, 2014 at 10:20 AM, Ben Pfaff wrote:
> On Mon, Jun 30, 2014 at 10:13:54AM -0700, Gurucharan Shetty wrote:
>> On Thu, Jun 26, 2014 at 1:26 PM, Ben Pfaff wrote:
>> > On Tue, Jun 24, 2014 at 11:52:54AM -0700, Gurucharan Shetty wrote:
>> >> On Windows ECONNRESET is WSAECONNRESET.
>> >>
On Mon, Jun 30, 2014 at 10:13:54AM -0700, Gurucharan Shetty wrote:
> On Thu, Jun 26, 2014 at 1:26 PM, Ben Pfaff wrote:
> > On Tue, Jun 24, 2014 at 11:52:54AM -0700, Gurucharan Shetty wrote:
> >> On Windows ECONNRESET is WSAECONNRESET.
> >>
> >> Also, "unix" connections are done through TCP sockets
On Thu, Jun 26, 2014 at 1:26 PM, Ben Pfaff wrote:
> On Tue, Jun 24, 2014 at 11:52:54AM -0700, Gurucharan Shetty wrote:
>> On Windows ECONNRESET is WSAECONNRESET.
>>
>> Also, "unix" connections are done through TCP sockets.
>> For the 'refuse-connection' test, the error message for Windows
>> is WS
On Tue, Jun 24, 2014 at 11:52:54AM -0700, Gurucharan Shetty wrote:
> On Windows ECONNRESET is WSAECONNRESET.
>
> Also, "unix" connections are done through TCP sockets.
> For the 'refuse-connection' test, the error message for Windows
> is WSAECONNRESET instead of EPIPE.
>
> Signed-off-by: Gurucha
On Windows ECONNRESET is WSAECONNRESET.
Also, "unix" connections are done through TCP sockets.
For the 'refuse-connection' test, the error message for Windows
is WSAECONNRESET instead of EPIPE.
Signed-off-by: Gurucharan Shetty
---
tests/test-vconn.c | 16 ++--
1 file changed, 14 i