From: Jeremy Evans <code@jeremyevans.net>
To: Eric Wong <e@80x24.org>
Cc: Simon Eskildsen <simon.eskildsen@shopify.com>,
unicorn-public@bogomips.org, raindrops-public@bogomips.org
Subject: Re: [PATCH (ccc)] http_request: support proposed Raindrops::TCP states on
Date: Tue, 21 Mar 2017 11:48:47 -0700 [thread overview]
Message-ID: <20170321184847.GC38466@jeremyevans.local> (raw)
In-Reply-To: <20170321025554.GA15807@starla>
On 03/21 02:55, Eric Wong wrote:
> TCP states names/numbers seem stable for each OS, but differ in
> name and numeric values between them. So I started upon this
> patch series for raindrops last week:
>
> https://bogomips.org/raindrops-public/20170316031652.17433-1-e@80x24.org/T/
>
> And things seem to be alright, for the most part. Anyways
> here's a proposed patch for unicorn which takes advantage of
> the above (proposed) changes for raindrops and will allow
> unicorn to support check_client_connection
>
> Also Cc:-ing Jeremy to see if he has any input on the OpenBSD
> side of things.
OpenBSD seems to support the constants you are using in raindrops:
#define TCPS_CLOSED 0 /* closed */
#define TCPS_LISTEN 1 /* listening for connection */
#define TCPS_SYN_SENT 2 /* active, have sent syn */
#define TCPS_SYN_RECEIVED 3 /* have sent and received syn */
#define TCPS_ESTABLISHED 4 /* established */
#define TCPS_CLOSE_WAIT 5 /* rcvd fin, waiting for close */
#define TCPS_FIN_WAIT_1 6 /* have closed, sent fin */
#define TCPS_CLOSING 7 /* closed xchd FIN; await ACK */
#define TCPS_LAST_ACK 8 /* had fin and close; await FIN ACK */
#define TCPS_FIN_WAIT_2 9 /* have closed, fin is acked */
#define TCPS_TIME_WAIT 10 /* in 2*msl quiet wait after close */
I'm fine with dropping raindrops as a unicorn dependency and making it
optional if it isn't necessary for correct operation.
Thanks,
Jeremy
next prev parent reply other threads:[~2017-03-21 18:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20170316031652.17433-1-e@80x24.org>
2017-03-21 2:55 ` [PATCH (ccc)] http_request: support proposed Raindrops::TCP states on Eric Wong
2017-03-21 7:50 ` Simon Eskildsen
2017-03-21 8:19 ` Eric Wong
2017-03-21 18:48 ` Jeremy Evans [this message]
2017-03-21 19:12 ` Eric Wong
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://yhbt.net/unicorn/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170321184847.GC38466@jeremyevans.local \
--to=code@jeremyevans.net \
--cc=e@80x24.org \
--cc=raindrops-public@bogomips.org \
--cc=simon.eskildsen@shopify.com \
--cc=unicorn-public@bogomips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://yhbt.net/unicorn.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).