UDP File Transporter 1.0.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News UDP File Transporter 1.0.1 (Default branch)
# 1  
Old 01-22-2008
UDP File Transporter 1.0.1 (Default branch)

UDP File Transporter consists of two command-line programs: a server and a client. Clients connect to a server in order to download and upload files using a protocol built on the UDP.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

UDP Socket File Sharing

Hai, I am having one server/client both running in different host in UDP. How can i assure whether the data is recieved properly in client side. I am writing 250 KB in Server and client reading only 150 KB data. I am using select write in server and select read in client also.If i am putting one... (1 Reply)
Discussion started by: andrew.paul
1 Replies

2. AIX

TCP/UDP port range for default AIX NFS?

May I know what is the TCP/UCP port range for any default AIX NFS? Based on rpcinfo -p, I got the following output: program vers proto port service 100000 4 udp 111 portmapper 100000 3 udp 111 portmapper 100000 2 udp 111 portmapper 100000 4 ... (4 Replies)
Discussion started by: famasutika
4 Replies

3. Programming

help me about sending file through socket udp with c in linux

hi, i am newbie of socket. i want to ask some question. if i want to send file from client to server, how do i do? and if i want to send file from server to client, how do i do? any pro help me and if possible, you can post code for an example i need it very much thank you for helping me:)... (1 Reply)
Discussion started by: tung1984
1 Replies

4. UNIX for Dummies Questions & Answers

UDP

What's the command/options for UDP SOCK (Socket)? (5 Replies)
Discussion started by: Peevish
5 Replies

5. Windows & DOS: Issues & Discussions

UDP/ tunnel

Hi, I know tcp port tunneling can be done using ssh/putty. how about udp? I have a scenario where a license server handsout licenses to machines in that network ONLY. I have a windows machine in a different subnet and even though the client software can see license server, while using the... (6 Replies)
Discussion started by: upengan78
6 Replies

6. UNIX for Advanced & Expert Users

UDP errors

Hi, I can see "udpInOverflows" errors when I execute 'netstat -s' on my Solaris box. The number of errors are small - about 40. e.g. $ netstat -s|grep udp UDP udpInDatagrams =1249190732 udpInErrors = 0 udpOutDatagrams =31663030 udpOutErrors = 0... (1 Reply)
Discussion started by: chaandana
1 Replies

7. Programming

UDP File Transfer Validation and Checksum

Dear All I have written a client server program for file transmission from one system to other using UDP. Can i use the cksum number in the udp header to validate if the received packet is corrupted or not? If yes, how can i extract the header and validate it.. Also is there any way that... (3 Replies)
Discussion started by: iamcollins
3 Replies

8. IP Networking

UDP sockets

hi... i have made this client server prog with UDP sockets but im not getting the output. the client sends the message but the server just keeps on waiting. Im running the prog an a solaris 10 box... server: main() { int sd; struct sockaddr_in server; char buf; int rc,len; ... (2 Replies)
Discussion started by: strider
2 Replies

9. IP Networking

udp help?

hi all, newbie here, i'm working on mac os x and i'm trying to stream some info using udp from the terminal to another app that listens for osc messages on the same machine. but the man page on udp is pretty cryptic. my question is whether anyone has a recommendation for a good tutorial covering... (0 Replies)
Discussion started by: ohhmyhead
0 Replies

10. IP Networking

TCP/UDP Ports

Just wondering if anyone knows of any good on-line documentation on TCP/UDP Ports. Basically i want to know how to check if they are in use, learn how to close them, etc... Thanks... (5 Replies)
Discussion started by: eugene_mayo
5 Replies
Login or Register to Ask a Question
tapset::udp(3stap)														tapset::udp(3stap)

NAME
tapset::udp - systemtap udp tapset DESCRIPTION
This family of probe points is used to probe events that occur in the UDP layer. udp.sendmsg Fires whenever a process sends a UDP message See probe::udp.sendmsg(3stap) for details. udp.sendmsg.return Fires whenever an attempt to send a UDP message is completed See probe::udp.sendmsg.return(3stap) for details. udp.recvmsg Fires whenever a UDP message is received See probe::udp.recvmsg(3stap) for details. udp.recvmsg.return Fires whenever an attempt to receive a UDP message received is completed See probe::udp.recvmsg.return(3stap) for details. udp.disconnect Fires when a process requests for a UDP disconnection See probe::udp.disconnect(3stap) for details. udp.disconnect.return UDP has been disconnected successfully See probe::udp.disconnect.return(3stap) for details. SEE ALSO
probe::udp.sendmsg(3stap), probe::udp.sendmsg.return(3stap), probe::udp.recvmsg(3stap), probe::udp.recvmsg.return(3stap), probe::udp.disconnect(3stap), probe::udp.disconnect.return(3stap), stap(1), stapprobes(3stap) IBM
--- tapset::udp(3stap)