[svn:parrot] r37648 - trunk/docs/pdds

allison at svn.parrot.org allison at svn.parrot.org
Mon Mar 23 18:24:34 UTC 2009


Author: allison
Date: Mon Mar 23 18:24:34 2009
New Revision: 37648
URL: https://trac.parrot.org/parrot/changeset/37648

Log:
[pdd] Documenting finalized network I/O decision.

Modified:
   trunk/docs/pdds/pdd22_io.pod

Modified: trunk/docs/pdds/pdd22_io.pod
==============================================================================
--- trunk/docs/pdds/pdd22_io.pod	Mon Mar 23 14:25:37 2009	(r37647)
+++ trunk/docs/pdds/pdd22_io.pod	Mon Mar 23 18:24:34 2009	(r37648)
@@ -727,14 +727,11 @@
 
 =back
 
-=head3 Network I/O Opcodes
+=head3 Network I/O Methods
 
-Most of these opcodes conform to the standard UNIX interface, but the
-layer API allows alternate implementations for each.
-
-[These I'm also considering moving to methods in a role for the Socket
-object. Keep C<socket> as an opcode, or maybe just make C<socket> an
-option on creating a new Socket object.]
+Most of these methods take a default set of arguments the same as the standard
+UNIX interface. Many also take additional optional arguments. There are no
+network-specific opcodes.
 
 =over 4
 


More information about the parrot-commits mailing list