Re: Talk about the QUICNetVConnection

2017-11-01 Thread Masaori Koshiba
You can also attache your diagrams on our wiki page of QUIC project. - https://cwiki.apache.org/confluence/display/TS/QUIC Off course, those should be added on Developer's Guid of docs eventually. But until we get concrete design, wiki is useful to change diagrams frequently. - Masaori 2017年11月

Re: Talk about the QUICNetVConnection

2017-11-01 Thread Chao Xu
Hi Leif, May I create a PR for the diagrams ? I prefer the name: iocore/net/quic_and_udp.png. - Oknet 2017-11-02 5:11 GMT+08:00 Leif Hedstrom : > > > > On Oct 31, 2017, at 4:38 AM, Chao Xu wrote: > > > > With PR #2719 : http://people.apache.org/~oknet/quic_and_udp.2017103118. > png > > > > >

Re: Talk about the QUICNetVConnection

2017-11-01 Thread xuchao@Gmail
Yes, it is my honor. :-) - Oknet > 在 2017年11月2日,05:11,Leif Hedstrom 写道: > > > >> On Oct 31, 2017, at 4:38 AM, Chao Xu wrote: >> >> With PR #2719 : http://people.apache.org/~oknet/quic_and_udp.2017103118.png >> > > > You’re a machine! We need to get these diagrams into our documentation,

Re: Talk about the QUICNetVConnection

2017-11-01 Thread Leif Hedstrom
> On Oct 31, 2017, at 4:38 AM, Chao Xu wrote: > > With PR #2719 : http://people.apache.org/~oknet/quic_and_udp.2017103118.png > You’re a machine! We need to get these diagrams into our documentation, so people can actually find them. Are you ok with that? We can discuss / look at where to

Re: Talk about the QUICNetVConnection

2017-10-31 Thread Chao Xu
created >> >>> and initialized with a QUICConnection from the acceptQueue one by one. >> >>> >> >>> If a packet attached to an existing QUICConnection, it will be pushed >> >>> into the readyQueue. >> >>> >> >>

Re: Talk about the QUICNetVConnection

2017-10-20 Thread Chao Xu
acceptQueue one by one. > >>> > >>> If a packet attached to an existing QUICConnection, it will be pushed > >>> into the readyQueue. > >>> > >>> Similar to PollCont, it returns a set of QUICNetVC from readyQueue to > >>> implement a `QUIC

Re: Talk about the QUICNetVConnection

2017-10-17 Thread Masaori Koshiba
the readyQueue. >>> >>> Similar to PollCont, it returns a set of QUICNetVC from readyQueue to >>> implement a `QUICPollCont`. >>> >>> Override the `net_read_io` and `load_buffer_and_write` in the QUICNetVC, >>> it will be managed by NetHandler jus

Re: Talk about the QUICNetVConnection

2017-10-16 Thread Chao Xu
on, it will be pushed >> into the readyQueue. >> >> Similar to PollCont, it returns a set of QUICNetVC from readyQueue to >> implement a `QUICPollCont`. >> >> Override the `net_read_io` and `load_buffer_and_write` in the QUICNetVC, >> it will be managed by

Fwd: Talk about the QUICNetVConnection

2017-10-16 Thread Chao Xu
the QUICNetVC, it will be managed by NetHandler just like SSLNetVC. [image: 内嵌图片 3] Oknet Xu -- Forwarded message -- From: Masaori Koshiba Date: 2017-10-13 20:01 GMT+08:00 Subject: Re: Talk about the QUICNetVConnection To: Chao Xu , Masakazu Kitajo , sc...@apache.org Would you