Giter VIP home page Giter VIP logo

Comments (3)

hodduc avatar hodduc commented on July 17, 2024 1

To use libquic, some implementation-specific C++ classes should be implemented seperately, to fit on target language.

Sample C++ implementations are here (net/tools/quic on chromium): https://chromium.googlesource.com/chromium/src.git/+/master/net/tools/quic/
Corresponding Go bindings are here: https://github.com/devsisters/goquic/tree/master/src

I'm not familiar with Rust.. But If you see goquic's approach, almost of the codes are copied from sample C++ implementation, and only some end-point logics (managing sockets, threading, alarm implementations, HTTP response header/body handling, ...) are replaced with CGO binding, which is actually implemented in Go.

from libquic.

kishoreneelamegam avatar kishoreneelamegam commented on July 17, 2024

@cholcombe973 Did you fix this the rust binding for QUIC ?

from libquic.

cholcombe973 avatar cholcombe973 commented on July 17, 2024

I didn't no. It was harder than I expected to generate bindings

On Aug 18, 2016 11:10 PM, "Kishorekumar Neelamegam" <
[email protected]> wrote:

@cholcombe973 https://github.com/cholcombe973 Did you fix this the rust
binding for QUIC ?

β€”
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#18 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AC6qExYSWXYSmnwlwpoTBuqq0Byy0SGQks5qhUi6gaJpZM4HLMaQ
.

from libquic.

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.