On OS X, if you call `.write(data)` with a data length greater than the MTU, an error will occur and the write will fail.
On OS X, if you call
.write(data)with a data length greater than the MTU, an error will occur and the write will fail.