christoph-lucas / bifrost

1 stars 0 forks source link

Datagram channel redesign #63

Open bjoerntm opened 7 years ago

bjoerntm commented 7 years ago

Address handling in the datagram layer. Here's the channel handling I have in mind:

bjoerntm commented 7 years ago

This would also indicate a different handling of the "counterpartAddress" in both the DatagramMessage and the SessionMessage. The packets themselves are mostly oblivious of the address (with the exception that we may want to extract the sender from a received UDP packet in specific scenarios).

One aspect we should have in mind, though, is whether we want to design a debugging interface.