update NetConnection docs for FreeBSD

This commit is contained in:
Doug MacEachern 2005-03-15 19:00:08 +00:00
parent 17e08f75f2
commit 31b3fd00ba
1 changed files with 8 additions and 8 deletions

View File

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