Skip to content

v3.0.0

Compare
Choose a tag to compare
@goldfire goldfire released this 03 Dec 20:09
· 9 commits to master since this release

Updates

  • ADDED MTU size on different systems can cause large messages to silently fail. We now auto chunk these and re-assemble them on the receiving end. The new maxPacketSize option controls the chunk size and defaults to 508 bytes.

Breaking Changes

  • Messages of greater than 508 bytes are now chunked by default (split into multiple messages and re-assembled on the other end). This setting can be changed with the new maxPacketSize option.
  • Default peer ID's now use shortid instead of uuid.