DotNetty icon indicating copy to clipboard operation
DotNetty copied to clipboard

Port HA Proxy support from Netty

Open jsteinich opened this issue 7 years ago • 2 comments

This is a port of HA Proxy from that found in the Netty repo.

Changes made:

  • I attempted to convert names to match C# conventions, but there may be some more cleanup needed there.
  • Some of the referenced internal classes have different names in the two versions.
  • Unit tests adapted for different assert methods.
  • Functional enums generally converted to constants in regular classes.

I copied comments from the original source, but it would probably be good to reformat them.

jsteinich avatar Jan 09 '18 15:01 jsteinich

CLA assistant check
All CLA requirements met.

msftclas avatar Jan 09 '18 15:01 msftclas

I've updated with changes that I've made in other branches. The ipv6 test is failing, but we've been using it successfully for ipv4. I'll work on fixing ipv6 when I get some more free time.

jsteinich avatar Feb 28 '19 15:02 jsteinich