rwatson
a3688cc84e
Define two new inpcb flags in the inp_vflag field, which for whatever
...
reason, seems to be where new flags are getting defined:
INP_DROPPED - The protocol has terminated this connection and the socket
is not reusable: when the socket code enters the protocol,
an error is immediately returned. This will substitute for
NULLing the so_pcb socket field, helping to implement the
invariant that all valid sockets have valid pcb's in TCP.
INP_SOCKREF - The protocol has become the owner of the socket reference,
and will need to free it when freeing the pcb, which will
be used when a TCP socket is closed but still has queued
data.
MFC after: 1 month
2006-03-26 11:30:31 +00:00
..
2005-11-24 14:17:35 +00:00
2005-01-07 01:45:51 +00:00
2005-10-21 16:23:01 +00:00
2005-01-07 01:45:51 +00:00
2005-08-26 15:27:18 +00:00
2005-01-07 01:45:51 +00:00
2006-03-07 21:40:44 +00:00
2005-02-22 13:04:05 +00:00
2005-01-07 01:45:51 +00:00
2005-11-18 20:12:40 +00:00
2005-01-07 01:45:51 +00:00
2005-01-07 01:45:51 +00:00
2006-01-30 08:39:09 +00:00
2005-01-07 01:45:51 +00:00
2006-02-16 15:45:28 +00:00
2006-03-26 11:30:31 +00:00
2005-12-21 21:29:45 +00:00
2005-09-19 22:54:55 +00:00
2005-01-07 01:45:51 +00:00
2006-01-18 14:24:39 +00:00
2006-01-24 16:19:31 +00:00
2005-12-20 09:38:03 +00:00
2005-07-20 10:30:52 +00:00
2006-03-21 14:29:48 +00:00
2006-03-21 14:29:48 +00:00
2005-11-09 13:29:16 +00:00
2004-10-19 21:14:57 +00:00
2006-02-20 12:30:32 +00:00
2006-02-14 06:36:39 +00:00
2005-01-07 01:45:51 +00:00
2005-01-07 01:45:51 +00:00
2005-10-31 15:41:29 +00:00
2005-01-07 01:45:51 +00:00
2006-02-02 03:13:16 +00:00
2006-03-03 12:10:59 +00:00
2005-11-29 17:56:11 +00:00
2006-02-14 06:36:39 +00:00
2006-01-22 01:08:30 +00:00
2006-01-21 10:44:34 +00:00
2006-03-20 21:44:12 +00:00
2005-05-04 13:09:19 +00:00
2005-01-07 01:45:51 +00:00
2006-02-07 11:48:10 +00:00
2006-02-01 13:55:03 +00:00
2006-02-01 13:55:03 +00:00
2006-01-24 17:09:12 +00:00
2006-02-01 06:15:37 +00:00
2005-11-19 17:04:52 +00:00
2005-11-19 14:01:32 +00:00
2006-02-02 03:13:16 +00:00
2005-11-19 14:01:32 +00:00
2005-01-07 01:45:51 +00:00
2005-01-07 01:45:51 +00:00
2005-08-10 07:10:02 +00:00
2005-01-07 01:45:51 +00:00
2005-12-14 22:27:48 +00:00
2005-01-07 01:45:51 +00:00
2005-01-07 01:45:51 +00:00
2005-01-07 01:45:51 +00:00
2005-01-07 01:45:51 +00:00
2006-03-26 01:33:41 +00:00
2006-02-23 21:14:34 +00:00
2006-03-26 01:33:41 +00:00
2006-02-18 17:05:00 +00:00
2005-04-10 05:24:59 +00:00
2006-02-16 19:38:07 +00:00
2006-03-16 07:03:14 +00:00
2006-03-26 01:33:41 +00:00
2006-02-16 19:38:07 +00:00
2006-02-16 19:38:07 +00:00
2005-12-14 22:27:48 +00:00
2006-02-28 23:05:59 +00:00
2006-02-18 16:50:08 +00:00
2005-01-07 01:45:51 +00:00
2006-01-24 09:08:54 +00:00
2005-01-07 01:45:51 +00:00
2005-01-07 01:45:51 +00:00