Changeset 58e9dec in mainline for uspace/srv/net/tcp/conn.c


Ignore:
Timestamp:
2015-05-22T07:31:57Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2989c7e
Parents:
2f19103
Message:

Definitions for RFC 6335 port number ranges.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tcp/conn.c

    r2f19103 r58e9dec  
    344344                return false;
    345345
    346         if ((patt->port != TCP_PORT_ANY) &&
     346        if ((patt->port != inet_port_any) &&
    347347            (patt->port != ep->port))
    348348                return false;
Note: See TracChangeset for help on using the changeset viewer.