forked from auracaster/bumble_mirror
post-rebase fixes
This commit is contained in:
@@ -737,8 +737,11 @@ class DLC(EventEmitter):
|
||||
return (
|
||||
f'DLC(dlci={self.dlci}, '
|
||||
f'state={self.state.name}, '
|
||||
f'max_frame_size={self.max_frame_size}, '
|
||||
f'window_size={self.window_size}'
|
||||
f'rx_max_frame_size={self.rx_max_frame_size}, '
|
||||
f'rx_credits={self.rx_credits}, '
|
||||
f'rx_max_credits={self.rx_max_credits}, '
|
||||
f'tx_max_frame_size={self.tx_max_frame_size}, '
|
||||
f'tx_credits={self.tx_credits}'
|
||||
')'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user