update NetConnection docs for FreeBSD
This commit is contained in:
parent
17e08f75f2
commit
31b3fd00ba
|
@ -717,42 +717,42 @@ my %classes = (
|
||||||
{
|
{
|
||||||
name => 'local_port', type => 'Long',
|
name => 'local_port', type => 'Long',
|
||||||
desc => '',
|
desc => '',
|
||||||
plat => 'LSW'
|
plat => 'LFSW'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => 'local_address', type => 'String',
|
name => 'local_address', type => 'String',
|
||||||
desc => '',
|
desc => '',
|
||||||
plat => 'LSW'
|
plat => 'LFSW'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => 'remote_port', type => 'Long',
|
name => 'remote_port', type => 'Long',
|
||||||
desc => '',
|
desc => '',
|
||||||
plat => 'LSW'
|
plat => 'LFSW'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => 'remote_address', type => 'String',
|
name => 'remote_address', type => 'String',
|
||||||
desc => '',
|
desc => '',
|
||||||
plat => 'LSW'
|
plat => 'LFSW'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => 'type', type => 'Int',
|
name => 'type', type => 'Int',
|
||||||
desc => '',
|
desc => '',
|
||||||
plat => 'LSW'
|
plat => 'LFSW'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => 'state', type => 'Int',
|
name => 'state', type => 'Int',
|
||||||
desc => '',
|
desc => '',
|
||||||
plat => 'LSW'
|
plat => 'LFSW'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => 'send_queue', type => 'Long',
|
name => 'send_queue', type => 'Long',
|
||||||
desc => '',
|
desc => '',
|
||||||
plat => 'LS'
|
plat => 'LFS'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => 'receive_queue', type => 'Long',
|
name => 'receive_queue', type => 'Long',
|
||||||
desc => '',
|
desc => '',
|
||||||
plat => 'LS'
|
plat => 'LFS'
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
Who => [
|
Who => [
|
||||||
|
|
Loading…
Reference in New Issue