Giter VIP home page Giter VIP logo

Comments (4)

saghul avatar saghul commented on September 15, 2024

Can you give an example of what you are trying to do? If nothing escaped me pyuv implements 100% of the functionality provided by libuv these days :-)

from pyuv.

benoitc avatar benoitc commented on September 15, 2024

ipv6 seems to be handled by your lib apparently. The other thing I would to do is to bind or connect to "/tmp/unixsock.sock' using TCP for ex.

from pyuv.

saghul avatar saghul commented on September 15, 2024

I see. Yes, IPv6 is fully supported. I made a small API change with regards to libuv there, so pyuv doesn't have bind and bind6, bind handles both types of IP addresses.

As for connecting to /tmp/unixsock.sock, you can do that using a Pipe handle, and if you want to expose this using TCP, I guess you'll neet to put the Pipe handle back-to-back with a TCP handle.

PS: I just spotted that a couple of things about the Pipe handle are not documented :-S I'll add docs for those for the next release (I plan to do 0.9.0 this week).

from pyuv.

benoitc avatar benoitc commented on September 15, 2024

hmfff didn't realized that the pipes where named pipes ... thanks

from pyuv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.