Opened 14 years ago

Closed 13 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.

Change History (1)

comment:1 by Jakub Jermář, 13 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.