Opened 12 years ago
Closed 12 years ago
#283 closed defect (fixed)
The kernel should sign each call by the senders ID
Reported by: | Jakub Jermář | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.4.3 |
Component: | helenos/kernel/generic | Version: | |
Keywords: | Cc: | ||
Blocker for: | #282 | Depends on: | |
See also: | #282 |
Description
This is necessary for the recipient to be able to reliably tell calls from different senders apart. The sender ID can be e.g. task ID.
Change History (3)
comment:1 Changed 12 years ago by
Blocker for: | → #282 |
---|
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Merged in changeset:mainline,833.
Note: See
TracTickets for help on using
tickets.
You can tell calls from different senders apart since they come from different connections. What you really want to is to know when two connections are from the same caller task. So maybe we could consider alternatives to including task ID in each call.