Added file requests in new binkp driver

This commit is contained in:
Michiel Broek 2004-01-11 13:30:44 +00:00
parent fb977d8b12
commit 3aa81d1353
2 changed files with 7 additions and 0 deletions

View File

@ -31,6 +31,7 @@ v0.39.5 24-Dec-2003
New binkp/1.1 driver, not compiled by default yet.
- Changed testing EOB to prevent out-of-sync batches.
- Changed EOB handling some more.
- Added freqs
mbout:
Poll, remove poll and request failed to points which had no

View File

@ -251,6 +251,12 @@ int binkp(int role)
bp.Minor = 0;
}
if (localoptions & NOFREQS)
session_flags &= ~SESSION_WAZOO;
else
session_flags |= SESSION_WAZOO;
Syslog('b', "Binkp: WAZOO requests: %s", (session_flags & SESSION_WAZOO) ? "True":"False");
bp.FtState = InitTransfer;
rc = file_transfer();