Re: TSHttpHookAdd() thread safety

2018-12-13 Thread xuchao@Gmail
yes! The TSHttpHookAdd() should _only_ and _always_ be called from TSPluginInit() or TSRemapInit(). - oknet 发自我的 iPhone > 在 2018年12月13日,23:42,Walt Karas 写道: > > TSHttpHookAdd() should _only_ be > called from TSPluginInit() or TSRemapInit().

Re: Crash - looks like 1765 -

2018-07-06 Thread xuchao@Gmail
I'm try to fix the TVC double close bug with https://github.com/apache/trafficserver/pull/1765 . But the PR#1765 does not fix it and makes new crash. The 2nd solution to fix the issue https://github.com/apache/trafficserver/pull/2907 . That's all about the bug. - oknet xu 发自我的 iPhone > 在 20

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: Question about TransformTerminus::handle_event()

2017-03-30 Thread xuchao@Gmail
hi amc, Please consider there is 2 or more transformation plugins since the plugin does not knows how many transform here. If the 1st plugin perform TSVConnClose(output vc), the 2nd plugin will destroy itself. And the m_output_vc in the 1st plugin is not set to NULL. Then, if HttpSM or HttpTun

Re: [VOTE] Release v5.2.0

2014-12-24 Thread Gmail
anyone note that https://issues.apache.org/jira/browse/TS-3083 ? Appeared in 5.2.0 > 在 2014年12月24日,12:55,Leif Hedstrom 写道: > > >> On Dec 16, 2014, at 3:52 PM, Leif Hedstrom wrote: >> >> Hi all, >> >> I've prepared a release candidate for v5.2.0,

Re: [VOTE] Release v5.2.0

2014-12-18 Thread Gmail
Crash sometimes , https://issues.apache.org/jira/browse/TS-3248 5.2.0-rc1 > 在 2014年12月18日,14:39,Brian Geffon 写道: > > I forgot to mention that I +1 this release in my previous email. > > Brian > > On Wednesday, December 17, 2014, Leif Hedstrom

Re: [VOTE] Release v5.2.0

2014-12-17 Thread Gmail
Brian > > On Tue, Dec 16, 2014 at 9:07 PM, Brian Geffon <mailto:briangef...@gmail.com>> wrote: > I'll take a look. > > Brian > > > On Tuesday, December 16, 2014, Leif Hedstrom <mailto:zw...@apache.org>> wrote: > > > On Dec 16, 2014, a

Re: [VOTE] Release v5.2.0

2014-12-16 Thread Gmail
HI! Build error ./configure --enable-layout=Gentoo --libdir=%{_libdir}/trafficserver --enable-spdy --enable-reclaimable-freelist --enable-interim-cache -- enable-hwloc CXX ink_memory.lo CXX ink_mutex.lo CXX ink_queue.lo CXX ink_queue_ext.lo CX

Re: syn flooding

2012-06-06 Thread Gmail
edit your /etc/sysctl.conf and change net.ipv4.tcp_syncookies = 1 to net.ipv4.tcp_syncookies = 0 then sysctl -p syncookies can be evil, when enabled window scaling is effectively disabled. best -Kev On Wed, Jun 6, 2012 at 7:13 AM, Saraswathi Venkataraman wrote: > I have configured my TS as

Re: Traffic server plugins

2011-08-18 Thread Gmail
Hi there Eric, Thanks for your reply. I'm a little confused by your answer, are you interested in helping / what is weird with my request :) best regards Kev 2011/8/18 Eric Ahn > ^^ it's weird. > > Eric iPhone > > 2011. 8. 19. 오전 12:13 Gmail 작성: > > >

Traffic server plugins

2011-08-18 Thread Gmail
Hi all, I hope this is the correct list to post to if not appologies. I now use traffic server as my reverse proxy of choice, its great. I have currently created 2 plugins for traffic server, however am stuck developing the next two required plugins (one is a 'simple' transformation plugin, and