FreeBSD Bugzilla – Attachment 5839 Details for
Bug 13639
incorrect handling of TCP reset connection in libalias
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
p
p (text/plain; charset=us-ascii), 874 bytes, created by
Ruslan Ermilov
on 1999-09-08 16:53:24 UTC
(
hide
)
Description:
p
Filename:
MIME Type:
Creator:
Ruslan Ermilov
Created:
1999-09-08 16:53:24 UTC
Size:
874 bytes
patch
obsolete
>Index: alias.c >=================================================================== >RCS file: /usr/FreeBSD-CVS/src/lib/libalias/alias.c,v >retrieving revision 1.14 >diff -u -r1.14 alias.c >--- alias.c 1999/08/29 23:17:02 1.14 >+++ alias.c 1999/09/08 15:29:19 >@@ -142,7 +142,6 @@ > case ALIAS_TCP_STATE_NOT_CONNECTED: > if (tc->th_flags & TH_SYN) > SetStateIn(link, ALIAS_TCP_STATE_CONNECTED); >- break; > case ALIAS_TCP_STATE_CONNECTED: > if (tc->th_flags & TH_FIN > || tc->th_flags & TH_RST) >@@ -163,7 +162,6 @@ > case ALIAS_TCP_STATE_NOT_CONNECTED: > if (tc->th_flags & TH_SYN) > SetStateOut(link, ALIAS_TCP_STATE_CONNECTED); >- break; > case ALIAS_TCP_STATE_CONNECTED: > if (tc->th_flags & TH_FIN > || tc->th_flags & TH_RST)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 13639
:
5838
| 5839