Re: [PATCH] adds -t timeout to slowcgi

2022-06-10 Thread Alfred Morgan
I continued reading the CGI spec and a timeout is specifically mentioned in section 6.1 Response Handling: "The server MAY implement a timeout period within which data must be received from the script. If a server implementation defines such a timeout and receives no data from a script

Re: ix(4): Add support for TCP Large Receive Offloading

2022-06-10 Thread Hrvoje Popovski
On 10.6.2022. 0:24, Hrvoje Popovski wrote: > Hi, > > I tried with trunk lacp and tagged vlan700 over trunk0 and it's working > as expected. Everything is the same as before, only aggr0 is now trunk0. > > with tso > [ 4] 17.00-18.00 sec 1.09 GBytes 9.39 Gbits/sec 22622 KBytes > [ 4]

Re: pluart(4): fifo support

2022-06-10 Thread Anton Lindqvist
On Fri, Jun 10, 2022 at 01:15:12PM +, Visa Hankala wrote: > On Wed, Jun 08, 2022 at 06:50:18AM +0200, Anton Lindqvist wrote: > > On Sun, May 01, 2022 at 04:17:34PM +, Visa Hankala wrote: > > > On Sat, Apr 30, 2022 at 09:40:24AM +0200, Anton Lindqvist wrote: > > > > On Sun, Mar 13, 2022 at

Re: pluart(4): fifo support

2022-06-10 Thread Visa Hankala
On Wed, Jun 08, 2022 at 06:50:18AM +0200, Anton Lindqvist wrote: > On Sun, May 01, 2022 at 04:17:34PM +, Visa Hankala wrote: > > On Sat, Apr 30, 2022 at 09:40:24AM +0200, Anton Lindqvist wrote: > > > On Sun, Mar 13, 2022 at 04:17:07PM +0100, Mark Kettenis wrote: > > > > > Date: Fri, 11 Mar

[patch] Fix console screen blanker - timeout of zero cannot be set

2022-06-10 Thread Crystal Kolipe
Ping? This is a trivial but useful fix. - Forwarded message from Crystal Kolipe - Date: Thu, 5 May 2022 16:52:11 -0300 From: Crystal Kolipe To: tech@openbsd.org Subject: Fix console screen blanker - timeout of zero cannot be set Summary: A bug in wsdisplay.c prevents the console

Re: [PATCH] adds -t timeout to slowcgi

2022-06-10 Thread Alfred Morgan
> The connection to upstream (e.g. httpd) is closed so the client gets a 500 > error. Hmm, this isn't my experience. Possibly a slowcgi bug? My clients were getting no response, e.g.: curl: (52) Empty reply from server > But the script keeps running. Ah, I see now that the process is left to

Re: rpki-client: dedup econtent version checks

2022-06-10 Thread Claudio Jeker
On Fri, Jun 10, 2022 at 11:38:53AM +0200, Theo Buehler wrote: > On Fri, Jun 10, 2022 at 11:31:42AM +0200, Theo Buehler wrote: > > This is a leftover of the conversion to ASN.1 templates. The diff > > reinstates a simplified variant of the removed cms_econtent_version(). > > > > None of the

Re: rpki-client: dedup econtent version checks

2022-06-10 Thread Theo Buehler
On Fri, Jun 10, 2022 at 11:31:42AM +0200, Theo Buehler wrote: > This is a leftover of the conversion to ASN.1 templates. The diff > reinstates a simplified variant of the removed cms_econtent_version(). > > None of the filetypes currently have a version other than the default, > which means that

rpki-client: dedup econtent version checks

2022-06-10 Thread Theo Buehler
This is a leftover of the conversion to ASN.1 templates. The diff reinstates a simplified variant of the removed cms_econtent_version(). None of the filetypes currently have a version other than the default, which means that the ->version should always be NULL. This in turn means that this is a

Re: ix(4): Add support for TCP Large Receive Offloading

2022-06-10 Thread Hrvoje Popovski
On 10.6.2022. 10:37, Hrvoje Popovski wrote: > while sending traffic from linux to openbsd ix0 with tso netstat while sending traffic smc24# netstat -sp tcp tcp: 1933441 packets sent 3923 data packets (684390 bytes) 0 data packets (0 bytes)

Re: ix(4): Add support for TCP Large Receive Offloading

2022-06-10 Thread Hrvoje Popovski
On 10.6.2022. 10:20, David Gwynne wrote: > > >> On 10 Jun 2022, at 08:24, Hrvoje Popovski wrote: >> >> On 9.6.2022. 19:25, Hrvoje Popovski wrote: >>> On 9.6.2022. 19:11, Jan Klemkow wrote: On Thu, Jun 09, 2022 at 08:25:22AM +0200, Hrvoje Popovski wrote: > On 8.6.2022. 22:01, Hrvoje

Re: ix(4): Add support for TCP Large Receive Offloading

2022-06-10 Thread David Gwynne
> On 10 Jun 2022, at 08:24, Hrvoje Popovski wrote: > > On 9.6.2022. 19:25, Hrvoje Popovski wrote: >> On 9.6.2022. 19:11, Jan Klemkow wrote: >>> On Thu, Jun 09, 2022 at 08:25:22AM +0200, Hrvoje Popovski wrote: On 8.6.2022. 22:01, Hrvoje Popovski wrote: > On 8.6.2022. 15:04, Jan