Gjsify LogoGjsify Logo

Interface SettingPpp_ConstructProps

Hierarchy

Index

Properties

baud?: number

If non-zero, instruct pppd to set the serial port to the specified baudrate. This value should normally be left as 0 to automatically choose the speed.

crtscts?: boolean

If %TRUE, specify that pppd should set the serial port to use hardware flow control with RTS and CTS signals. This value should normally be set to %FALSE.

lcp_echo_failure?: number

If non-zero, instruct pppd to presume the connection to the peer has failed if the specified number of LCP echo-requests go unanswered by the peer. The "lcp-echo-interval" property must also be set to a non-zero value if this property is used.

lcp_echo_interval?: number

If non-zero, instruct pppd to send an LCP echo-request frame to the peer every n seconds (where n is the specified value). Note that some PPP peers will respond to echo requests and some will not, and it is not possible to autodetect this.

mppe_stateful?: boolean

If %TRUE, stateful MPPE is used. See pppd documentation for more information on stateful MPPE.

mru?: number

If non-zero, instruct pppd to request that the peer send packets no larger than the specified size. If non-zero, the MRU should be between 128 and 16384.

mtu?: number

If non-zero, instruct pppd to send packets no larger than the specified size.

no_vj_comp?: boolean

If %TRUE, Van Jacobsen TCP header compression will not be requested.

noauth?: boolean

If %TRUE, do not require the other side (usually the PPP server) to authenticate itself to the client. If %FALSE, require authentication from the remote side. In almost all cases, this should be %TRUE.

nobsdcomp?: boolean

If %TRUE, BSD compression will not be requested.

nodeflate?: boolean

If %TRUE, "deflate" compression will not be requested.

refuse_chap?: boolean

If %TRUE, the CHAP authentication method will not be used.

refuse_eap?: boolean

If %TRUE, the EAP authentication method will not be used.

refuse_mschap?: boolean

If %TRUE, the MSCHAP authentication method will not be used.

refuse_mschapv2?: boolean

If %TRUE, the MSCHAPv2 authentication method will not be used.

refuse_pap?: boolean

If %TRUE, the PAP authentication method will not be used.

require_mppe?: boolean

If %TRUE, MPPE (Microsoft Point-to-Point Encryption) will be required for the PPP session. If either 64-bit or 128-bit MPPE is not available the session will fail. Note that MPPE is not used on mobile broadband connections.

require_mppe_128?: boolean

If %TRUE, 128-bit MPPE (Microsoft Point-to-Point Encryption) will be required for the PPP session, and the "require-mppe" property must also be set to %TRUE. If 128-bit MPPE is not available the session will fail.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method