Opened 14 years ago
Closed 14 years ago
#263 closed defect (fixed)
TCP uses EPARTY inappropriately
Reported by: | Jakub Jermář | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 0.4.3 |
Component: | helenos/net/tcp | Version: | |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
The EPARTY error code is a return value meant to be used by the kernel to signal the failure to copy the received call to the recipient's address space. The kernel must answer such call itself (or it gets forgotten) and it does so by using EPARTY as return value.
The TCP networking module should not therefore use EPARTY for its own purposes.
Note:
See TracTickets
for help on using tickets.
Fixed in changeset:mainline,757.