Subversion Repositories HelenOS

Rev

Rev 2623 | Rev 2637 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2623 Rev 2635
Line 136... Line 136...
136
 *
136
 *
137
 * The protocol for negotiating is:
137
 * The protocol for negotiating is:
138
 * - sys_connect_me_to - send a synchronous message to name server
138
 * - sys_connect_me_to - send a synchronous message to name server
139
 *                       indicating that it wants to be connected to some
139
 *                       indicating that it wants to be connected to some
140
 *                       service
140
 *                       service
141
 *                     - arg1/2 are user specified, arg3 contains
141
 *                     - arg1/2/3 are user specified, arg5 contains
142
 *                       address of the phone that should be connected
142
 *                       address of the phone that should be connected
143
 *                       (TODO: it leaks to userspace)
143
 *                       (TODO: it leaks to userspace)
144
 *   recipient         -  if ipc_answer == 0, then accept connection
144
 *   recipient         -  if ipc_answer == 0, then accept connection
145
 *                     -  otherwise connection refused
145
 *                     -  otherwise connection refused
146
 *                     -  recepient may forward message. Forwarding
146
 *                     -  recepient may forward message. Forwarding