Logo 
Search:

Networking Articles

Submit Article
Home » Articles » Networking » TCP/IPRSS Feeds

TCP/IP program that shows abort telnet due to invalid state

Posted By: Milind Mishra     Category: Networking     Views: 1825

TCP/IP program that shows abort telnet due to invalid state.

Code for TCP/IP program that shows abort telnet due to invalid state in Networking

#include <stdio.h>

int    errexit(constchar *format, ...);

/*------------------------------------------------------------------------ * tnabort - abort telnet due to invalid state *------------------------------------------------------------------------ *//*ARGSUSED*/int
tnabort(FILE *sfp, FILE *tfp, int c)
{
    errexit("invalid state reached (aborting)\n");
}
  
Share: 



Milind Mishra
Milind Mishra author of TCP/IP program that shows abort telnet due to invalid state is from India.
 
View All Articles

 
Please enter your Comment

  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].

 
No Comment Found, Be the First to post comment!