IP*Works! 2016 PHP Edition
IP*Works! 2016 PHP Edition
Questions / Feedback?

PacketSize Property

The size of the packet to send as the ping request.

Object Oriented Interface

public function getPacketSize();
public function setPacketSize($value);

Procedural Interface

ipworks_ping_get($res, 4 );
ipworks_ping_set($res, 4, $value );

Default Value

64

Remarks

This property allows you to control the size of the data packet sent in the PingHost method. The default packet size is 64 bytes, with a minimum of 8 bytes (4 bytes of the ICMP header + ECHO identifier). The maximum value is 65520.

Data Type

Integer

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 PHP Edition - Version 16.0 [Build 7353]