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

DontRoute Property

If set to True, it forces the socket to send data directly to interface (no routing).

Object Oriented Interface

public function getDontRoute();
public function setDontRoute($value);

Procedural Interface

ipworks_icmpport_get($res, 4 );
ipworks_icmpport_set($res, 4, $value );

Default Value

false

Remarks

If this property is set to True, it forces the socket to send data directly to interface (no routing). Normally IP sockets send packets of data through routers and gateways until they reach the final destination. If this property is set to True, then data will be delivered on the local subnet only.

This property is not available at design time.

Data Type

Boolean

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