Confirmed users
214
edits
Line 76: | Line 76: | ||
and that the APIs that are required are relatively limited. I.e., | and that the APIs that are required are relatively limited. I.e., | ||
* List all the interfaces and their addresses | |||
* Bind a socket to a given interface/address | |||
* Send a packet to a given remote address from a given socket | |||
* Receive a packet on a given socket and learn the remote address | |||
The major disadvantage of this design is that it provides the content process | The major disadvantage of this design is that it provides the content process |