Re: When using HTTP over SCTP, what do I put in CGI's REMOTE_ADDR?

> On 3. Mar 2019, at 20:22, Soni L. <fakedme+http@gmail.com> wrote:
> 
> I don't know if this is the right place to ask this, but I don't know where else I'd ask.
> 
> I'm working on a project where I run HTTP over SCTP. I'm trying to use CGI to handle the requests. However, SCTP uses multihoming, as such I can have many source addresses for a connection. Which one do I use for CGI's REMOTE_ADDR?
In https://github.com/nplab/thttpd we use the address of the primary path.

Best regards
Michael
> 

Received on Sunday, 3 March 2019 20:31:17 UTC