#1 Allow tcp6 and udp6 ports to be reserved
Merged by twaugh. Opened by lewisalderton.
lewisalderton/portreserve master  into  master

Download 1.patch

I have done some basic testing - and tried to keep the base functionality identical.

What's the benefit of calculating the length here and later using strncmp(), rather than just using strcmp() later on?

Thanks! Added one comment, I'm probably missing something about those strncmp()s.

1 new commit added

  • Tidy up protocol identification

Good catch - I've replaced strncmp with strcmp

Pull-Request has been merged by twaugh

Thank you!

Metadata