Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Bidirectional value mapping.

From: bga:bug-br at: 3-Nov-2003 18:01

Hello Joel. That's what I call a complete explanation. Thanks! I decided to use the interleaved values option. The reason I need something like what I described is that I am creating a HTTP Proxy using Rebol (that will eventually evolve into an HTTP Tunnel application). The mapping is used to map the incoming port to the outgoing one as I have data arriving and leaving from both ports so I need a way to determine where I have to send the data I just received in a specific port. BTW, the reason I am doing this HTTP proxy is because I need NTLM authentication. I already have all the NTLM stuff working (including DES encryption by loading the OpenSSL library and using it) under Rebol and I am now doing the proxy itself. Joel Neely disse: