ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-MP/bin/aemp
(Generate patch)

Comparing AnyEvent-MP/bin/aemp (file contents):
Revision 1.66 by root, Sun Aug 28 14:38:28 2016 UTC vs.
Revision 1.67 by root, Sun Aug 28 15:38:42 2016 UTC

520 520
521Configures the list of framing formats offered to the other side. This is 521Configures the list of framing formats offered to the other side. This is
522simply a list of formatted read/write types used with L<AnyEvent::Handle>, 522simply a list of formatted read/write types used with L<AnyEvent::Handle>,
523in order of decreasing preference. 523in order of decreasing preference.
524 524
525Nodes support both C<json> and C<storable> framing formats for data 525Nodes support C<cbor>, C<json> and C<storable> framing formats for data
526packets out of the box, and usually choose C<json> because it is first in 526packets out of the box, and usually choose C<cbor> because it is first in
527the list. 527the list.
528 528
529Example: prefer the C<My::Personal::Format> framing format over JSON over 529Example: prefer the C<My::Personal::Format> framing format over JSON over
530Storable. 530Storable.
531 531

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines