Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
b6304d5e
Commit
b6304d5e
authored
12 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Added comments to help with debugging Telnet options/commands.
parent
dc3d3700
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sbbs3/telnet.h
+13
-13
13 additions, 13 deletions
src/sbbs3/telnet.h
with
13 additions
and
13 deletions
src/sbbs3/telnet.h
+
13
−
13
View file @
b6304d5e
...
...
@@ -8,7 +8,7 @@
* @format.tab-size 4 (Plain Text/Source Code File Header) *
* @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) *
* *
* Copyright 20
08
Rob Swindell - http://www.synchro.net/copyright.html *
* Copyright 20
12
Rob Swindell - http://www.synchro.net/copyright.html *
* *
* This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License *
...
...
@@ -48,18 +48,18 @@
#define TELNET_WONT 252
/* 0xfc - Won't do option */
#define TELNET_WILL 251
/* 0xfb - Will do option */
#define TELNET_SB 250
/* sub-negotiation */
#define TELNET_GA 249
/* Go ahead */
#define TELNET_EL 248
/* Erase line */
#define TELNET_EC 247
/* Erase char */
#define TELNET_AYT 246
/* Are you there? */
#define TELNET_AO 245
/* Abort output */
#define TELNET_IP 244
/* Interrupt process */
#define TELNET_BRK 243
/* Break */
#define TELNET_SYNC 242
/* Data mark */
#define TELNET_NOP 241
/* No operation */
#define TELNET_SE 240
/* End of subnegotiation parameters. */
#define TELNET_SB 250
/*
0xfa -
sub-negotiation */
#define TELNET_GA 249
/*
0xf9 -
Go ahead */
#define TELNET_EL 248
/*
0xf8 -
Erase line */
#define TELNET_EC 247
/*
0xf7 -
Erase char */
#define TELNET_AYT 246
/*
0xf6 -
Are you there? */
#define TELNET_AO 245
/*
0xf5 -
Abort output */
#define TELNET_IP 244
/*
0xf4 -
Interrupt process */
#define TELNET_BRK 243
/*
0xf3 -
Break */
#define TELNET_SYNC 242
/*
0xf2 -
Data mark */
#define TELNET_NOP 241
/*
0xf1 -
No operation */
#define TELNET_SE 240
/*
0xf0 -
End of subnegotiation parameters. */
/* options */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment