Logo 
Search:

Networking Articles

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

TCP/IP program to end of an option subnegotiation; reset FSM

Posted By: Milind Mishra     Category: Networking     Views: 1308

TCP/IP program to end of an option subnegotiation; reset FSM..

Code for TCP/IP program to end of an option subnegotiation; reset FSM in Networking

#include <sys/types.h>
#include <stdio.h>
#include "tnfsm.h"externint        substate;

/*ARGSUSED*/int
subend(FILE *sfp, FILE *tfp, int c)
{
    substate = SS_START;
    return 0;
}
  
Share: 



Milind Mishra
Milind Mishra author of TCP/IP program to end of an option subnegotiation; reset FSM 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!