NetConnection doc update

This commit is contained in:
Doug MacEachern 2005-03-12 04:51:32 +00:00
parent 6076da7508
commit 26af15095d
1 changed files with 8 additions and 8 deletions

View File

@ -717,42 +717,42 @@ my %classes = (
{
name => 'local_port', type => 'Long',
desc => '',
plat => 'L'
plat => 'LSW'
},
{
name => 'local_address', type => 'String',
desc => '',
plat => 'L'
plat => 'LSW'
},
{
name => 'remote_port', type => 'Long',
desc => '',
plat => 'L'
plat => 'LSW'
},
{
name => 'remote_address', type => 'String',
desc => '',
plat => 'L'
plat => 'LSW'
},
{
name => 'type', type => 'Int',
desc => '',
plat => 'L'
plat => 'LSW'
},
{
name => 'state', type => 'Int',
desc => '',
plat => 'L'
plat => 'LSW'
},
{
name => 'send_queue', type => 'Long',
desc => '',
plat => 'L'
plat => 'LS'
},
{
name => 'receive_queue', type => 'Long',
desc => '',
plat => 'L'
plat => 'LS'
},
],
Who => [