Robert Watson 5d511d26c3 Add SS_PROTOREF socket flag, which represents a strong reference by the
protocol to the socket.  Normally protocol references are weak: that is,
the socket layer can tear down the socket (and hence protocol state)
when it finds convenient.  This flag will allow the protocol to
explicitly declare to the socket layer that it is maintaining a
strong reference, rather than the current implicit model associated
with so_pcb pointer values and repeated attempts to possibly free the
socket.
2006-03-15 12:30:06 +00:00
..
2006-03-08 20:21:54 +00:00
2006-03-14 22:40:44 +00:00
2006-03-13 14:59:57 +00:00
2006-03-12 19:06:06 +00:00
2006-01-21 10:44:34 +00:00
2006-01-21 10:44:34 +00:00
2006-03-04 15:50:46 +00:00
2006-02-26 17:52:51 +00:00
2006-02-28 21:25:00 +00:00
2006-01-30 16:32:08 +00:00