void
ChanSwitchTerm(void) {

    socketOsTerm();
}
void
ChannelTerm(void) {

    socketOsTerm();
}
void
SocketTerm(void) {

    socketOsTerm();
}