fun updateMtu(mtu: Int): Boolean
Update MTU for this stack
TODO do we want to be able to set an MTU on a not-yet-started stack? Will that work or crash?
Return false if the stack is closed or if mtu otherwise fails. true if it succeeds