Audio (104) Datatype (15) Demo (56) Development (247) Document (64) Driver (19) Emulation (62) Game (533) Graphics (229) Library (22) Network (63) Office (22) Utility (271) Video (18)
Total files: 1725
Full index file Recent index file
Part of Aros World Exec |
Tcpprefs | Description: | AROSTCP Preferences Application | Download: | tcpprefs.i386-aros.zip (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 97kb | Version: | 1.0 | Date: | 20 Apr 09 | Author: | PrzemysÅaw Szczygielski | Submitter: | PrzemysÅaw Szczygielski | Email: | qus123/gmail com | Category: | network/misc | License: | APL | Distribute: | yes | FileID: | 575 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 236 (Current version) | | 236 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] This is AROSTCP preferences applet. To enable Save/Use you have to change and
press enter in any of the entry fields. To use AROSTCP Preferences properly you
have to prepare yourself a script that starts AROSTCP and/or dhcpclient.
Example:
.key STATE/A
.bra {
.ket }
Failat 21
if {STATE} eq "start"
cd env:arostcp
run >NIL: <NIL: <path to your>/arostcp
WaitForPort AROSTCP
If NOT Warn
IF $AROSTCP/db/DHCP eq "True"
run >NIL: <NIL: <path to your>/dhclient -q
EndIf
Else
echo "Problem running TCP/IP stack"
endif
endif
if {STATE} eq "stop"
RX >NIL: "address AROSTCP; KILL"
;and kill dhclient
;BreakTask C:services/dhclient
endif
Failat 10
|