You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
def exchange_mtu(self, mtu):
"""
ATT exchange Maximum Transmission Unit.
:param mtu: New MTU-value
:return: New MTU, as recognized by server.
"""
raise NotImplementedError()
This feature would be greatly beneficial to have fully implemented.