Use bitmask for COMSTACK blocking parameter. Bit 0 (&1) controls
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 8 Oct 2003 21:47:15 +0000 (21:47 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 8 Oct 2003 21:47:15 +0000 (21:47 +0000)
commitbef6611df76c31df3c12bfe3f16084133ad5b52a
treea1889945d8ab5a0decccbf2a6b86cf8505926bb7
parent64fdfaf56bcdb9144ec528f01771967f9981679f
Use bitmask for COMSTACK blocking parameter. Bit 0 (&1) controls
whether socket is blocking or not. Bit 1 (&2) specifies whether reverse
lookup should be performed in cs_addrstr; 0=full/slow ; 1=IP/fast.
comstack/tcpip.c
comstack/unix.c