Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-08-01 | (pipe_recv): Get rid of code to deal with getting the source address from the | Miles Bader | |
control packet if there is no data packet, since pipe_write always writes a data packet. | |||
1995-07-31 | (pipe_recv): Assert that a control packet should only have a source address | Miles Bader | |
if there is no corresponding data packet. (pipe_send): Change the test to determine whether we should write a control packet, so that we only do so if we need to. Also, don't record the source address in control packets, as it's recorded in the following data packet anyway, and this prevents it from being dealloc'd twice. | |||
1995-07-31 | (stream_pipe_class, dgram_pipe_class, seqpack_pipe_class): | Miles Bader | |
Make these declarations extern so they don't fuck up initialization. (seqpacket_pipe_class): Renamed to `seqpack_pipe_class'. | |||
1995-07-26 | Initial revision | Miles Bader | |