FreeBSD Bugzilla – Attachment 39235 Details for
Bug 61900
tcpblast: allow blasting 10000 blocks
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 407 bytes, created by
Radim Kolar
on 2004-01-25 18:40:05 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Radim Kolar
Created:
2004-01-25 18:40:05 UTC
Size:
407 bytes
patch
obsolete
>diff -Naur /usr/ports/benchmarks/tcpblast/src/tcpblast.c tcpblast/src/tcpblast.c >--- /usr/ports/benchmarks/tcpblast/src/tcpblast.c Fri Jul 25 16:01:47 2003 >+++ tcpblast/src/tcpblast.c Sat Jan 24 20:11:34 2004 >@@ -65,7 +65,7 @@ > } > > nblocks = atoi(argv[1]); >- if (nblocks<=1 || nblocks>=10000) { >+ if (nblocks<=1 || nblocks>10000) { > fprintf(stderr, "tcpblast: 1 < nblocks <= 10000 \n"); > exit(1); > }
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 61900
: 39235