]> rtime.felk.cvut.cz Git - frescor/forb.git/commitdiff
Inet protocol sends HELLO as the first message after connect()
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 27 May 2009 21:34:29 +0000 (23:34 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 27 May 2009 21:34:29 +0000 (23:34 +0200)
This allows the receiver to know sender's listening address, which is different
from the address of the connect()ed socket. Besides the address, also orb_id is
sent, which makes debugging easier.

It this approach is found successful, this functionality should be moved to
iop.c and protocols should have new connect callback which will be called by iop
if the peer was never contacted.


No differences found