File: ping.mpi

package info (click to toggle)
madoka 4.2.3-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 960 kB
  • ctags: 45
  • sloc: perl: 1,006; makefile: 45; sh: 4
file content (11 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# madoka 4.2 sv_ping
#
# server/ping.mpi
#    Copyright(c)1998- cookie / The madoka project
#

sub sv_ping {
  my($from, $pr) = @_;
  &send('ccn', "PING :$pr\n");
  &send('sv', "PONG :$pr\n");
}