update interfaces

This commit is contained in:
zixuanzh
2018-10-14 14:11:03 -04:00
parent 278a2d3b34
commit a672a5017f
3 changed files with 19 additions and 3 deletions

View File

@ -1,4 +1,9 @@
from host_interface import Host
# Upon host creation, host takes in options,
# including the list of addresses on which to listen.
# Host then parses these options and delegates to its Network instance,
# telling it to listen on the given listen addresses.
class BasicHost(Host):
pass