Skip to content

win32 support #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
gugod opened this issue Aug 30, 2014 · 1 comment
Open

win32 support #15

gugod opened this issue Aug 30, 2014 · 1 comment

Comments

@gugod
Copy link
Owner

gugod commented Aug 30, 2014

Should we support win32 platform in some way? Lets have some discussion.

@burak
Copy link
Collaborator

burak commented Aug 30, 2014

I took a quick look:

This makes non-live test to pass (no idea about the logic in there):

  •        if ($nfound != 1 || (defined($read_timeout) && $read_timeout <= 0));
    
  •        if ($nfound != 1 && (defined($read_timeout) && $read_timeout <= 0));
    

live test is another issue though. IO::Socket::INET->new(Blocking => 0 ) can be used instead of the low level api but it needs further work as some other parts need changing as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants