Opened 14 years ago
Closed 14 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 by , 14 years ago
Blocker for: | → #282 |
---|
comment:2 by , 14 years ago
comment:3 by , 14 years ago
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.