Revision c8156e59
Added by skyjake almost 14 years ago
Files
- added
- modified
- copied
- renamed
- deleted
- doomsday
- libdeng2
- include
- de
- Channel
- Link
- MuxLink
- Transceiver
- Transmitter
- net
- channel.h
- link.h
- muxlink.h
- protocol.h (diff)
- socket.h (diff)
- transmitter.h
- net.h (diff)
- de
- src
- net
- channel.cc
- link.cc
- muxlink.cc
- protocol.cc (diff)
- socket.cc (diff)
- transceiver.cc
- transmitter.cc
- net
- include
- libdeng2
Refactoring network communications.
Link and MuxLink were removed. Socket is now intended to be used
instead of Link to represent the communications link. Channel can
be used on top of Socket for multiplexing.