Changeset 58e9dec in mainline for uspace/srv/net/tcp/conn.c
- Timestamp:
- 2015-05-22T07:31:57Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2989c7e
- Parents:
- 2f19103
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tcp/conn.c
r2f19103 r58e9dec 344 344 return false; 345 345 346 if ((patt->port != TCP_PORT_ANY) &&346 if ((patt->port != inet_port_any) && 347 347 (patt->port != ep->port)) 348 348 return false;
Note:
See TracChangeset
for help on using the changeset viewer.