Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ slip(ADMP) — OpenDesktop 3.0.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

slattach(ADMN)


 slip(ADMP)                                                        slip(ADMP)


 Name

    slip - Serial Line IP (SLIP) protocol

 Description

    The Serial Line IP (SLIP) protocol is a very simple protocol which allows
    two machines to communicate via TCP/IP over a serial line.  This protocol
    simply defines the octets necessary for framing and escaping octets in an
    IP packet.  At the sending end, all octets in the IP packet that should
    be preceded by an ``escape'' character, will be ``escaped'' before send-
    ing this packet; this packet transmission will end with a FRAMEEND
    octet.  At the receiving end, the octets will be gathered and any
    ``escaped'' octets will be transposed (as necessary), until a FRAMEEND
    is received for this packet; then the resulting packet will be passed up
    to IP.

    Ioctl commands

    The following ioctl calls can be used to adjust the behavior of the SLIP
    module.  The following header file includes the definitions for these
    commands:

       #include <netinet/slip.h>

    Please note that the SMTU ioctl is the only ioctl call which needs a
    parameter value, an integer.

    SCOMPRESSON        Turn on TCP/IP header compression.

    SCOMPRESSOFF       Turn off TCP/IP header compression.

    SCOMPRESSAON       Turn on automatic detection of TCP/IP header compres-
                        sion (start using compression when peer system does).

    SCOMPRESSAOFF      Turn off automatic detection of TCP/IP header
                        compression.

    SNOICMP            Do not allow ICMP packets out on the wire.

    SICMP              Allow ICMP packets out on the wire.

    SMTU               Set the ``maximum transmission unit'' (MTU) value for
                        this interface.  This request requires an integer as
                        a parameter value to indicate the new MTU size.

 See also

    slattach(ADMN), RFC 1055, RFC 1144


Typewritten Software • bear@typewritten.org • Edmonds, WA 98026