Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-18764

Incorrect TCP port range being used by ReactOS (0xFFFF declared invalid)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Major
    • None
    • Networking
    • None

    Description

      Using reactos-bootcd-0.4.15-dev-5186-gbbef618-x86-gcc-lin-dbg

      Follow-up ticket for CORE-18371

      ReactOS considers 0xFFFF as invalid and allowing only ports in 1 - 0xFFFE range

      https://git.reactos.org/?p=reactos.git;a=blob;f=sdk/lib/drivers/ip/transport/tcp/tcp.c;hb=HEAD#l207

      208 NTSTATUS TCPStartup(VOID)
      ...
      217 Status = PortsStartup( &TCPPorts, 1, 0xfffe );

      See comment from learn_more : 0xFFFF should be considered valid.

      Attachments

        Issue Links

          Activity

            People

              DougLyons DougLyons
              KRosUser KRosUser
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: