Fix typos

This commit is contained in:
root 2016-08-31 15:02:07 -04:00
parent 78c23f93ec
commit b9a96a594d
3 changed files with 4 additions and 4 deletions

View File

@ -165,7 +165,7 @@ Once we have registered with the master, it will send a peer list update to any
| v |
| +---------------------+ +------+------+
| +---------+ |Registration Response| NO |Wait Firewall|
| |+1 Missed| | Recieved ? +---->| Open Timer |
| |+1 Missed| | Received ? +---->| Open Timer |
| | Counter | +---------+-----------+ +-------------+
| +-------+-+ |
| ^ | v YES

View File

@ -843,7 +843,7 @@ class IPSC(DatagramProtocol):
NETWORK[self._network]['MASTER']['STATUS']['PEER_LIST'] = True
if len(_data) > 18:
process_peer_list(_data, self._network)
logger.debug('(%s) Peer List Reply Recieved From Master %s, %s:%s', self._network, int_id(_peerid), self._master['IP'], self._master['PORT'])
logger.debug('(%s) Peer List Reply Received From Master %s, %s:%s', self._network, int_id(_peerid), self._master['IP'], self._master['PORT'])
# OUR MASTER HAS ANSWERED OUR REQUEST TO REGISTER - LOTS OF INFORMATION TO TRACK
def master_reg_reply(self, _data, _peerid):
@ -1339,4 +1339,4 @@ if __name__ == '__main__':
reporting = task.LoopingCall(reporting_loop)
reporting.start(REPORTS['REPORT_INTERVAL'])
reactor.run()
reactor.run()

View File

@ -110,7 +110,7 @@ LOG_NAME: DMRlink
[SAMPLE_PEER]
ENABLED: True
RADIO_ID: 12345
IP: 127.0.0.1
IP:
PORT: 50000
ALIVE_TIMER: 5
MAX_MISSED: 20