The following module was proposed for inclusion in the Module List:

  modid:       Net::Layers::Datalink::Message
  DSLIP:       RdpOp
  description: A class to reliably (un)package a message
  userid:      ZAKZ (Zachary Zebrowski)
  chapterid:    5 (Networking_Devices_IPC)
  communities:
    comp.lang.perl.modules

  similar:

  rationale:

    This module has two modes. One is used for sending messages and the
    second mode is used for reciving messages.

    The first mode is accepts a message and message id. The function
    toString is next called. The function toString prepends to a string
    an MD5 digest of the message and the message id, and returns the new
    string.

    The second mode is called by using the setMessageFromString
    function as shown above. The recieved string is parsed. The
    subroutine checks for a valid MD5 hash of the message and message
    id. If everything is ok, the return value of the setMessageFunction
    is one, otherwise it is zero. The message and message id are
    available from seperate functions.

    Will be used in the future for
    Net::Layers::Datalink::Reliable::MultiUser

  enteredby:   ZAKZ (Zachary Zebrowski)
  enteredon:   Thu Jan  3 20:12:25 2002 GMT

The resulting entry would be:

Net::Layers::Datalink::
::Message         RdpOp A class to reliably (un)package a message    ZAKZ


Thanks for registering,
The Pause Team

PS: The following links are only valid for module list maintainers:

Registration form with editing capabilities:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=c0000000_0e7791bd12589fd1&SUBMIT_pause99_add_mod_preview=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=c0000000_0e7791bd12589fd1&SUBMIT_pause99_add_mod_insertit=1

Reply via email to